Changeset 1909 for trunk


Ignore:
Timestamp:
03/24/2011 11:30:08 AM (14 months ago)
Author:
Xiping.Wang
Message:

[trunk]Add a red icon beside the delete bookmark comment link

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bookmarks/services/commentservice.php

    r1908 r1909  
    258258                                            .                                        ', \'cid\'  : \'' . $aComment['cId']       . '\'' 
    259259                                            .                                        ', \'hash\' : \'' . $aComment['cHash']     . '\'' 
    260                                             .                                        ' });return false;">Delete</a> '  
     260                                            .                                        ' });return false;">Delete'  
     261                                            .'<img src="' . RR_COMMON_SKIN_DIRECTORY . '/images/actions/delete-spam.png" '^M 
     262                                            . 'style="position:relative;top:3px;border:none;" '^M 
     263                                            . 'alt="Delete this spam comment"></a>' 
    261264                                           : ''  
    262265                                                ); 
Note: See TracChangeset for help on using the changeset viewer.