summaryrefslogtreecommitdiff
path: root/templates/copyrights.tpl
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-02 17:42:32 -0400
committerspiderr <spider@viovio.com>2013-04-02 17:42:32 -0400
commit1fe03cda0a424b1da53914bcb93723c0c819c8f3 (patch)
tree6b736e51808b6caa4f0ebe66ed3a56cf931ff001 /templates/copyrights.tpl
parent0cfb28a34efd674c2d61c5644843ae86d1e8607a (diff)
downloadwiki-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.tpl2
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}&amp;action=up&amp;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}&amp;action=down&amp;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}&amp;action=down&amp;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}&amp;action=delete&amp;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>