summaryrefslogtreecommitdiff
path: root/templates/menu_wiki.tpl
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-06-05 16:05:24 +0100
committerLester Caine <lester@lsces.co.uk>2026-06-05 16:05:24 +0100
commitb0deca1abeba1eb0e7d3374ef44c44e1adfefde8 (patch)
tree8e26e4a89420836652abcf559ec3032075b5a6c7 /templates/menu_wiki.tpl
parent113181cef0d65235bede8062f1c42c5d6396eb41 (diff)
downloadwiki-b0deca1abeba1eb0e7d3374ef44c44e1adfefde8.tar.gz
wiki-b0deca1abeba1eb0e7d3374ef44c44e1adfefde8.tar.bz2
wiki-b0deca1abeba1eb0e7d3374ef44c44e1adfefde8.zip
Switch icons: document-properties → edit, text-x-generic → view-list-text
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'templates/menu_wiki.tpl')
-rwxr-xr-xtemplates/menu_wiki.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/menu_wiki.tpl b/templates/menu_wiki.tpl
index 2ab61b4..126816e 100755
--- a/templates/menu_wiki.tpl
+++ b/templates/menu_wiki.tpl
@@ -5,10 +5,10 @@
<li><a class="item" href="{$smarty.const.WIKI_PKG_URL}index.php">{biticon ipackage="icons" iname="user-home" iexplain="`$smarty.const.WIKI_PKG_DIR|ucwords` Home" ilocation=menu}</a></li>
{/if}
{if $gBitUser->hasPermission( 'p_wiki_list_pages' )}
- <li><a class="item" href="{$smarty.const.WIKI_PKG_URL}list_pages.php">{biticon ipackage="icons" iname="text-x-generic" iexplain="List Pages" ilocation=menu}</a></li>
+ <li><a class="item" href="{$smarty.const.WIKI_PKG_URL}list_pages.php">{biticon ipackage="icons" iname="view-list-text" iexplain="List Pages" ilocation=menu}</a></li>
{/if}
{if $gBitUser->hasPermission( 'p_wiki_create_page' )}
- <li><a class="item" href="{$smarty.const.WIKI_PKG_URL}edit.php">{biticon ipackage="icons" iname="text-x-generic" iexplain="Create Page" ilocation=menu}</a></li>
+ <li><a class="item" href="{$smarty.const.WIKI_PKG_URL}edit.php">{biticon ipackage="icons" iname="view-list-text" iexplain="Create Page" ilocation=menu}</a></li>
{/if}
{if $gBitUser->hasPermission( 'p_wiki_list_pages' ) && $gBitSystem->isFeatureActive( 'wiki_books' )}
<li><a class="item" href="{$smarty.const.WIKI_PKG_URL}books.php">{biticon ipackage="icons" iname="help-browser" iexplain="`$smarty.const.WIKI_PKG_DIR|ucwords` Books" ilocation=menu}</a></li>
@@ -23,7 +23,7 @@
<li><a class="item" href="{$smarty.const.WIKI_PKG_URL}print_pages.php">{biticon ipackage="icons" iname="document-print" iexplain="Print" ilocation=menu}</a></li>
{/if}
{if $gBitUser->hasPermission( 'p_wiki_list_pages' )}
- <li><a class="item" href="{$smarty.const.WIKI_PKG_URL}rankings.php">{biticon ipackage="icons" iname="text-x-generic" iexplain="`$smarty.const.WIKI_PKG_DIR|ucwords` Rankings" ilocation=menu}</a></li>
+ <li><a class="item" href="{$smarty.const.WIKI_PKG_URL}rankings.php">{biticon ipackage="icons" iname="view-list-text" iexplain="`$smarty.const.WIKI_PKG_DIR|ucwords` Rankings" ilocation=menu}</a></li>
{/if}
{if $gBitSystem->isPackageActive( 'rss' )}
<li><a title="{tr}Wiki Update RSS Feed{/tr}" href="{$smarty.const.RSS_PKG_URL}index.php?pkg=wiki">{biticon ipackage="icons" iname="network-transmit" ipackage=rss iexplain="Changes Feed" ilocation=menu}</a></li>