diff options
| author | spider@dav <spiderr@bitweaver.org> | 2025-05-30 09:56:17 -0400 |
|---|---|---|
| committer | spider@dav <spiderr@bitweaver.org> | 2025-05-30 09:56:17 -0400 |
| commit | 77f7026795768608b7830f2c62a9051d92817eeb (patch) | |
| tree | ca63e5d6c2a126ff2e7c549ebbef69b3fb05ac1e | |
| parent | bac722acf3d5c34d64693ff1d3a3708521ef57fa (diff) | |
| download | wiki-77f7026795768608b7830f2c62a9051d92817eeb.tar.gz wiki-77f7026795768608b7830f2c62a9051d92817eeb.tar.bz2 wiki-77f7026795768608b7830f2c62a9051d92817eeb.zip | |
fix some toolbar icons
| -rw-r--r-- | templates/menu_wiki.tpl | 2 | ||||
| -rw-r--r-- | templates/page_icons.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/menu_wiki.tpl b/templates/menu_wiki.tpl index 42e8f5c..806d73d 100644 --- a/templates/menu_wiki.tpl +++ b/templates/menu_wiki.tpl @@ -14,7 +14,7 @@ <li><a class="item" href="{$smarty.const.WIKI_PKG_URL}books.php">{booticon iname="fa-book" iexplain="`$smarty.const.WIKI_PKG_DIR` Books" ilocation=menu}</a></li> {/if} {if $gBitSystem->isFeatureActive( 'wiki_books' ) && $gBitUser->hasPermission( 'p_wiki_create_book' )} - <li><a class="item" href="{$smarty.const.WIKI_PKG_URL}edit_book.php">{booticon iname="fa-files" iexplain="Create Book" ilocation=menu}</a></li> + <li><a class="item" href="{$smarty.const.WIKI_PKG_URL}edit_book.php">{booticon iname="fa-book-open" iexplain="Create Book" ilocation=menu}</a></li> {/if} {if $gBitSystem->isFeatureActive( 'wiki_list_orphans' ) and $gBitUser->hasPermission( 'p_wiki_view_page' )} <li><a class="item" href="{$smarty.const.WIKI_PKG_URL}orphan_pages.php">{booticon iname="fa-magnifying-glass" iexplain="Orphan Pages" ilocation=menu}</a></li> diff --git a/templates/page_icons.tpl b/templates/page_icons.tpl index ecd84a4..98e2b45 100644 --- a/templates/page_icons.tpl +++ b/templates/page_icons.tpl @@ -4,7 +4,7 @@ {include file="bitpackage:liberty/services_inc.tpl" serviceLocation='icon' serviceHash=$gContent->mInfo} {if $gBitSystem->isFeatureActive( 'wiki_like_pages' )} - <a href="{$smarty.const.WIKI_PKG_URL}like_pages.php?page_id={$gContent->mInfo.page_id}">{booticon iname="fa-files" iexplain="Similar Pages"}</a> + <a href="{$smarty.const.WIKI_PKG_URL}like_pages.php?page_id={$gContent->mInfo.page_id}">{booticon iname="fa-layer-group" iexplain="Similar Pages"}</a> {/if} {if $gContent->isLocked()} |
