diff options
Diffstat (limited to 'templates/copyrights.tpl')
| -rwxr-xr-x | templates/copyrights.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/copyrights.tpl b/templates/copyrights.tpl index e6b0722..f2d1456 100755 --- a/templates/copyrights.tpl +++ b/templates/copyrights.tpl @@ -38,7 +38,7 @@ <a href="{$smarty.const.WIKI_PKG_URL}copyrights.php?page_id={$gContent->mInfo.page_id}&action=up&copyright_id={$copyrights[i].copyright_id}">{biticon ipackage="icons" iname="go-up" iexplain="move up"}</a> <a href="{$smarty.const.WIKI_PKG_URL}copyrights.php?page_id={$gContent->mInfo.page_id}&action=down&copyright_id={$copyrights[i].copyright_id}">{biticon ipackage="icons" iname="go-down" iexplain="move down"}</a> <a title="{tr}Delete this copyright{/tr}" href="{$smarty.const.WIKI_PKG_URL}copyrights.php?page_id={$gContent->mInfo.page_id}&action=delete&copyright_id={$copyrights[i].copyright_id}" - onclick="return confirm('{tr}Are you sure you want to delete this copyright?{/tr}')">{biticon ipackage="icons" iname="edit-delete" iexplain="delete"}</a> + onclick="return confirm('{tr}Are you sure you want to delete this copyright?{/tr}')">{biticon ipackage="icons" iname="user-trash" iexplain="delete"}</a> </div> {/form} {/section} |
