Changeset 190 for dev/templates
- Timestamp:
- 03/16/07 17:12:55 (15 years ago)
- Location:
- dev/templates
- Files:
-
- 1 added
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/templates/admin_options_field_head.tpl
r177 r190 1 <form id="options 2name="options" method="post" action="?a=admin&field={$field}&sub={$sub}">1 <form id="options" name="options" method="post" action="?a=admin&field={$field}&sub={$sub}"> 2 2 <input type="hidden" name="field" value="{$field}"> 3 3 <input type="hidden" name="sub" value="{$sub}"> -
dev/templates/block_comments.tpl
r133 r190 13 13 <p>{$comments[i].comment}</p> 14 14 {if $page->isAdmin()} 15 <a href="javascript:openWindow('?a= comments_delete&c_id={$comments[i].id}', null, 480, 350, '' );">Delete Comment</a>15 <a href="javascript:openWindow('?a=admin_comments_delete&c_id={$comments[i].id}', null, 480, 350, '' );">Delete Comment</a> 16 16 {/if} 17 17 </td>