Ignore:
Timestamp:
Jun 21, 2012, 3:39:25 PM (12 years ago)
Author:
mistic100
Message:

on comment_list add link to exit from comment edition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/comment_list.tpl

    r13865 r15924  
    2626                        <a href="{$comment.U_DELETE}" onclick="return confirm('{'Are you sure?'|@translate|@escape:javascript}');">
    2727                                {'Delete'|@translate}
     28                        </a>{if isset($comment.U_VALIDATE) or isset($comment.U_EDIT) or isset($comment.U_CANCEL)} | {/if}
     29                {/if}
     30                {if isset($comment.U_CANCEL)}
     31                        <a href="{$comment.U_CANCEL}">
     32                                {'Cancel'|@translate}
    2833                        </a>{if isset($comment.U_VALIDATE) or isset($comment.U_EDIT)} | {/if}
    2934                {/if}
Note: See TracChangeset for help on using the changeset viewer.