Changeset 29587 for plugins/vjCommentPlugin
- Timestamp:
- 05/23/10 13:38:14 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/vjCommentPlugin/TRUNK/modules/comment/templates/_comment_infos.php
r29101 r29587 3 3 <?php if(!$obj->is_delete): ?> 4 4 <?php echo link_to_function( 5 image_tag('/vjCommentPlugin/images/comments.png' ) ,5 image_tag('/vjCommentPlugin/images/comments.png', array( 'alt' => 'reply' )) , 6 6 "reply('".$obj->id."','".$obj->author_name."')", 7 7 array('title' => __('Reply to this comment', array(), 'vjComment'))) ?> 8 8 <?php echo link_to_function( 9 image_tag('/vjCommentPlugin/images/error.png' ) ,9 image_tag('/vjCommentPlugin/images/error.png', array( 'alt' => 'report' )) , 10 10 'window.open( 11 11 \''.url_for('@commentReport?id='.$obj->id.'&num='.$i).'\',