Development

Changeset 29587 for plugins/vjCommentPlugin

You must first sign up to be able to contribute.

Show
Ignore:
Timestamp:
05/23/10 13:38:14 (3 years ago)
Author:
fizyk
Message:

added alt atribute to images with reply and report actions

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/vjCommentPlugin/TRUNK/modules/comment/templates/_comment_infos.php

    r29101 r29587  
    33        <?php if(!$obj->is_delete): ?> 
    44          <?php echo link_to_function( 
    5                   image_tag('/vjCommentPlugin/images/comments.png') , 
     5                  image_tag('/vjCommentPlugin/images/comments.png', array( 'alt' => 'reply' )) , 
    66                  "reply('".$obj->id."','".$obj->author_name."')", 
    77                  array('title' => __('Reply to this comment', array(), 'vjComment'))) ?> 
    88          <?php echo link_to_function( 
    9                 image_tag('/vjCommentPlugin/images/error.png') , 
     9                image_tag('/vjCommentPlugin/images/error.png', array( 'alt' => 'report' )) , 
    1010                'window.open( 
    1111                  \''.url_for('@commentReport?id='.$obj->id.'&num='.$i).'\',