Changeset 1910 for trunk


Ignore:
Timestamp:
03/24/2011 11:52:22 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

    r1909 r1910  
    258258                                            .                                        ', \'cid\'  : \'' . $aComment['cId']       . '\'' 
    259259                                            .                                        ', \'hash\' : \'' . $aComment['cHash']     . '\'' 
    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>' 
     260                                            .                                        ' });return false;">Delete<img src="'. RR_COMMON_SKIN_DIRECTORY . '/images/actions/delete-spam.png" style="position:relative;top:3px;border:none;" alt="Delete this spam comment"></a> '  
    264261                                           : ''  
    265262                                                ); 
Note: See TracChangeset for help on using the changeset viewer.