summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspiderr <spiderr@bitweaver.org>2022-08-16 16:38:02 -0400
committerspiderr <spiderr@bitweaver.org>2022-08-16 16:38:02 -0400
commit01478b4796605e1da48031b49507b32bf5e902bc (patch)
treee15bc1d10890e6a3f8dea4bf12613d1baab70ea7
parent2d00a937627b873cb0bf7722e5fe1606d3d39b59 (diff)
downloadwiki-01478b4796605e1da48031b49507b32bf5e902bc.tar.gz
wiki-01478b4796605e1da48031b49507b32bf5e902bc.tar.bz2
wiki-01478b4796605e1da48031b49507b32bf5e902bc.zip
fix cloud arrow icon
-rw-r--r--templates/copyrights.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/copyrights.tpl b/templates/copyrights.tpl
index d707a9a..2609162 100644
--- a/templates/copyrights.tpl
+++ b/templates/copyrights.tpl
@@ -35,8 +35,8 @@
<input type="hidden" name="page_id" value="{$pageInfo.page_id}" />
<input type="hidden" name="copyright_id" value="{$copyrights[i].copyright_id|escape}" />
<input type="submit" class="btn btn-default" 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="fa-cloud-arrow-up" 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}">{booticon iname="fa-cloud-down-arrow" iexplain="move down"}</a>
+ <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="fa-circle-arrow-up" 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}">{booticon iname="fa-circle-arrow-down" 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="fa-trash" iexplain="delete"}</a>
</div>