Author: fizyk
Date: 2010-05-23 13:38:14 +0200 (Sun, 23 May 2010)
New Revision: 29587

Modified:
   plugins/vjCommentPlugin/TRUNK/modules/comment/templates/_comment_infos.php
Log:
added alt atribute to images with reply and report actions

Modified: 
plugins/vjCommentPlugin/TRUNK/modules/comment/templates/_comment_infos.php
===================================================================
--- plugins/vjCommentPlugin/TRUNK/modules/comment/templates/_comment_infos.php  
2010-05-23 11:33:14 UTC (rev 29586)
+++ plugins/vjCommentPlugin/TRUNK/modules/comment/templates/_comment_infos.php  
2010-05-23 11:38:14 UTC (rev 29587)
@@ -2,11 +2,11 @@
         <a name="<?php echo $i ?>" class="ancre">#<?php echo $i ?></a>
         <?php if(!$obj->is_delete): ?>
           <?php echo link_to_function(
-                  image_tag('/vjCommentPlugin/images/comments.png') ,
+                  image_tag('/vjCommentPlugin/images/comments.png', array( 
'alt' => 'reply' )) ,
                   "reply('".$obj->id."','".$obj->author_name."')",
                   array('title' => __('Reply to this comment', array(), 
'vjComment'))) ?>
           <?php echo link_to_function(
-                image_tag('/vjCommentPlugin/images/error.png') ,
+                image_tag('/vjCommentPlugin/images/error.png', array( 'alt' => 
'report' )) ,
                 'window.open(
                   \''.url_for('@commentReport?id='.$obj->id.'&num='.$i).'\',
                   \''.__('Add new comment', array(), 'vjComment').'\',

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to