diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-05 16:05:24 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-05 16:05:24 +0100 |
| commit | b0deca1abeba1eb0e7d3374ef44c44e1adfefde8 (patch) | |
| tree | 8e26e4a89420836652abcf559ec3032075b5a6c7 /templates | |
| parent | 113181cef0d65235bede8062f1c42c5d6396eb41 (diff) | |
| download | wiki-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')
| -rwxr-xr-x | templates/admin_external_wikis.tpl | 2 | ||||
| -rw-r--r-- | templates/center_wiki_page.tpl | 2 | ||||
| -rw-r--r-- | templates/list_pages.tpl | 2 | ||||
| -rwxr-xr-x | templates/menu_wiki.tpl | 6 | ||||
| -rwxr-xr-x | templates/page_icons.tpl | 2 | ||||
| -rw-r--r-- | templates/print.tpl | 2 |
6 files changed, 8 insertions, 8 deletions
diff --git a/templates/admin_external_wikis.tpl b/templates/admin_external_wikis.tpl index 38acf2d..98b6712 100755 --- a/templates/admin_external_wikis.tpl +++ b/templates/admin_external_wikis.tpl @@ -31,7 +31,7 @@ <td>{$channels[user].extwiki}</td> <td> <a href="{$smarty.const.WIKI_PKG_URL}admin/admin_external_wikis.php?offset={$offset}&sort_mode={$sort_mode}&remove={$channels[user].extwiki_id}" onclick="return confirm('{tr}Are you sure you want to delete this external wiki?{/tr}')" title="Click here to delete this external wiki">{biticon ipackage="icons" iname="user-trash" iexplain="remove"}</a> - <a href="{$smarty.const.WIKI_PKG_URL}admin/admin_external_wikis.php?offset={$offset}&sort_mode={$sort_mode}&extwiki_id={$channels[user].extwiki_id}">{biticon ipackage="icons" iname="document-properties" iexplain="edit"}</a> + <a href="{$smarty.const.WIKI_PKG_URL}admin/admin_external_wikis.php?offset={$offset}&sort_mode={$sort_mode}&extwiki_id={$channels[user].extwiki_id}">{biticon ipackage="icons" iname="edit" iexplain="edit"}</a> </td> </tr> {sectionelse} diff --git a/templates/center_wiki_page.tpl b/templates/center_wiki_page.tpl index b036bfc..a34b8fa 100644 --- a/templates/center_wiki_page.tpl +++ b/templates/center_wiki_page.tpl @@ -3,7 +3,7 @@ <div class="display wiki"> <nav class="floaticon"> <!-- Actions --> {if $wikiPage->hasUpdatePermission()} - <a href="{$smarty.const.WIKI_PKG_URL}edit.php?page_id={$wikiPage->mInfo.page_id}">{biticon ipackage="icons" iname="document-properties" iexplain="edit"}</a> + <a href="{$smarty.const.WIKI_PKG_URL}edit.php?page_id={$wikiPage->mInfo.page_id}">{biticon ipackage="icons" iname="edit" iexplain="edit"}</a> {/if} {if $gBitSystem->isPackageActive( 'pdf' ) && $wikiPage->hasUserPermission( 'p_pdf_generation' )} <a title="{tr}create PDF{/tr}" href="{$smarty.const.PDF_PKG_URL}?page_id={$wikiPage->mInfo.page_id}">{biticon ipackage="pdf" iname="pdf" iexplain="PDF"}</a> diff --git a/templates/list_pages.tpl b/templates/list_pages.tpl index 551b17a..a494693 100644 --- a/templates/list_pages.tpl +++ b/templates/list_pages.tpl @@ -199,7 +199,7 @@ {/if} {if $gBitUser->hasPermission( 'p_wiki_update_page' )} <td class="actionicon"> - <a href="{$smarty.const.WIKI_PKG_URL}edit.php?page_id={$listpages[changes].page_id}">{biticon ipackage="icons" iname="document-properties" iexplain="edit"}</a> + <a href="{$smarty.const.WIKI_PKG_URL}edit.php?page_id={$listpages[changes].page_id}">{biticon ipackage="icons" iname="edit" iexplain="edit"}</a> {if $checkboxes_on eq 'y'} <input type="checkbox" name="checked[]" value="{$listpages[changes].page_id}" /> {/if} </td> {/if} 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> diff --git a/templates/page_icons.tpl b/templates/page_icons.tpl index 6750099..02e756c 100755 --- a/templates/page_icons.tpl +++ b/templates/page_icons.tpl @@ -20,7 +20,7 @@ {if $gContent->hasAdminPermission() || ($gContent->isOwner() && $gContent->hasUserPermission( 'p_wiki_lock_page' ) && $gBitSystem->isFeatureActive( 'wiki_usrlock' ))} <a href="{$smarty.const.WIKI_PKG_URL}index.php?page_id={$gContent->mInfo.page_id}&action=lock">{biticon ipackage="icons" iname="lock" iexplain="Lock this page"}</a> {/if} - <a href="{$smarty.const.WIKI_PKG_URL}edit.php?page_id={$gContent->mInfo.page_id}">{biticon ipackage="icons" iname="document-properties" iexplain="Edit"}</a> + <a href="{$smarty.const.WIKI_PKG_URL}edit.php?page_id={$gContent->mInfo.page_id}">{biticon ipackage="icons" iname="edit" iexplain="Edit"}</a> {/if} {/if} diff --git a/templates/print.tpl b/templates/print.tpl index 904a8d7..d0540ef 100644 --- a/templates/print.tpl +++ b/templates/print.tpl @@ -5,7 +5,7 @@ <div class="display wiki"> <div class="floaticon"> <!-- Actions --> {if $gContent->hasUpdatePermission()} - <a href="{$smarty.const.WIKI_PKG_URL}edit.php?page_id={$gContent->mInfo.page_id}">{biticon ipackage="icons" iname="document-properties" iexplain="edit"}</a> + <a href="{$smarty.const.WIKI_PKG_URL}edit.php?page_id={$gContent->mInfo.page_id}">{biticon ipackage="icons" iname="edit" iexplain="edit"}</a> {/if} {if $gBitSystem->isPackageActive( 'pdf' ) && $gContent->hasUserPermission( 'p_pdf_generation' )} <a title="{tr}create PDF{/tr}" href="{$smarty.const.PDF_PKG_URL}?page_id={$gContent->mInfo.page_id}">{biticon ipackage="pdf" iname="pdf" iexplain="PDF"}</a> |
