diff options
| author | spiderr <spider@viovio.com> | 2013-04-02 17:42:32 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-02 17:42:32 -0400 |
| commit | 1fe03cda0a424b1da53914bcb93723c0c819c8f3 (patch) | |
| tree | 6b736e51808b6caa4f0ebe66ed3a56cf931ff001 /templates/copyrights.tpl | |
| parent | 0cfb28a34efd674c2d61c5644843ae86d1e8607a (diff) | |
| download | wiki-1fe03cda0a424b1da53914bcb93723c0c819c8f3.tar.gz wiki-1fe03cda0a424b1da53914bcb93723c0c819c8f3.tar.bz2 wiki-1fe03cda0a424b1da53914bcb93723c0c819c8f3.zip | |
convert lots of biticon to booticon
Diffstat (limited to 'templates/copyrights.tpl')
| -rw-r--r-- | templates/copyrights.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/copyrights.tpl b/templates/copyrights.tpl index 292a9b7..dcddcc8 100644 --- a/templates/copyrights.tpl +++ b/templates/copyrights.tpl @@ -36,7 +36,7 @@ <input type="hidden" name="copyright_id" value="{$copyrights[i].copyright_id|escape}" /> <input type="submit" name="editcopyright" value="{tr}edit{/tr}" /> <a href="{$smarty.const.WIKI_PKG_URL}copyrights.php?page_id={$pageInfo.page_id}&action=up&copyright_id={$copyrights[i].copyright_id}">{booticon iname="icon-cloud-upload" ipackage="icons" iexplain="move up"}</a> - <a href="{$smarty.const.WIKI_PKG_URL}copyrights.php?page_id={$pageInfo.page_id}&action=down&copyright_id={$copyrights[i].copyright_id}">{biticon ipackage="icons" iname="go-down" iexplain="move down"}</a> + <a href="{$smarty.const.WIKI_PKG_URL}copyrights.php?page_id={$pageInfo.page_id}&action=down&copyright_id={$copyrights[i].copyright_id}">{booticon iname="icon-cloud-download" ipackage="icons" iexplain="move down"}</a> <a title="{tr}Delete this copyright{/tr}" href="{$smarty.const.WIKI_PKG_URL}copyrights.php?page_id={$pageInfo.page_id}&action=delete&copyright_id={$copyrights[i].copyright_id}" onclick="return confirm('{tr}Are you sure you want to delete this copyright?{/tr}')">{booticon iname="icon-trash" ipackage="icons" iexplain="delete"}</a> </div> |
