Changeset 1321 in ExiteCMS for trunk/includes/templates/admin.comments.tpl
- Timestamp:
- 02/28/08 00:25:43 (4 years ago)
- File:
-
- 1 edited
-
trunk/includes/templates/admin.comments.tpl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/templates/admin.comments.tpl
r893 r1321 59 59 {$locale.041}{$comments[id].comment_datestamp|date_format:"longdate"} 60 60 </span> 61 < td>61 </td> 62 62 </tr> 63 63 <tr> 64 64 <td class='tbl1'> 65 65 {$comments[id].comment_message} 66 < td>66 </td> 67 67 </tr> 68 68 <tr> 69 69 <td align='right' class='tbl2'> 70 <span class='small'> 71 <a href='{$smarty.const.FUSION_SELF}{$aidlink}&step=edit&comment_id={$comments[id].comment_id}&ctype={$ctype}&cid={$cid}'>{$locale.411}</a> | 72 <a href='{$smarty.const.FUSION_SELF}{$aidlink}&step=delete&comment_id={$comments[id].comment_id}&ctype={$ctype}&cid={$cid}' onClick='return DeleteItem()'>{$locale.412}</a> | 73 <a href='{$smarty.const.ADMIN}blacklist.php{$aidlink}&ip={$comments[id].comment_ip}&reason=470'>{$locale.413}</a> 74 </span> 70 {buttonlink name=$locale.411 link=$smarty.const.FUSION_SELF|cat:$aidlink|cat:"&step=edit&comment_id="|cat:$comments[id].comment_id|cat:"&ctype="|cat:$ctype|cat:"&cid="|cat:$cid} 71 {buttonlink name=$locale.412 link="if (DeleteItem()) window.location=\""|cat:$smarty.const.FUSION_SELF|cat:$aidlink|cat:"&step=delete&comment_id="|cat:$comments[id].comment_id|cat:"&ctype="|cat:$ctype|cat:"&cid="|cat:$cid|cat:"\";" script="yes"} 72 {buttonlink name=$locale.413 link=$smarty.const.ADMIN|cat:"blacklist.php"|cat:$aidlink|cat:"&ip="|cat:$comments[id].comment_ip|cat:"&reason=470"} 75 73 </td> 76 74 </tr> … … 78 76 <table align='center' cellpadding='0' cellspacing='0'> 79 77 <tr> 80 <td height='5px'>78 <td style='height:5px;'> 81 79 </td> 82 80 </tr> … … 90 88 {/section} 91 89 {include file="_closetable.tpl"} 92 <script >90 <script type="text/javascript"> 93 91 function DeleteItem() {ldelim} 94 92 return confirm("{$locale.414}");
Note: See TracChangeset
for help on using the changeset viewer.
