From 2d00a937627b873cb0bf7722e5fe1606d3d39b59 Mon Sep 17 00:00:00 2001 From: spiderr Date: Sat, 30 Jul 2022 17:09:34 -0400 Subject: migrate from font-awesome 3.2.1 icon- to 6.1.2 fa- --- templates/admin_external_wikis.tpl | 4 ++-- templates/center_wiki_page.tpl | 2 +- templates/copyrights.tpl | 6 +++--- templates/list_books.tpl | 6 +++--- templates/list_pages.tpl | 10 +++++----- templates/menu_wiki.tpl | 18 +++++++++--------- templates/page_icons.tpl | 30 +++++++++++++++--------------- templates/page_permissions.tpl | 2 +- templates/print.tpl | 2 +- 9 files changed, 40 insertions(+), 40 deletions(-) diff --git a/templates/admin_external_wikis.tpl b/templates/admin_external_wikis.tpl index 1d011b3..e81b152 100644 --- a/templates/admin_external_wikis.tpl +++ b/templates/admin_external_wikis.tpl @@ -30,8 +30,8 @@ {$channels[user].name} {$channels[user].extwiki} -   {booticon iname="icon-trash" ipackage="icons" iexplain="remove"}   - {booticon iname="icon-edit" ipackage="icons" iexplain="edit"} +   {booticon iname="fa-trash" iexplain="remove"}   + {booticon iname="fa-pen-to-square" iexplain="edit"} {sectionelse} diff --git a/templates/center_wiki_page.tpl b/templates/center_wiki_page.tpl index 3a3259e..f1167ab 100644 --- a/templates/center_wiki_page.tpl +++ b/templates/center_wiki_page.tpl @@ -3,7 +3,7 @@
{/form} {/section} diff --git a/templates/list_books.tpl b/templates/list_books.tpl index 00fe866..2874d80 100644 --- a/templates/list_books.tpl +++ b/templates/list_books.tpl @@ -24,15 +24,15 @@ {if ($channels[ix].creator_user_id == $gBitUser->mUserId) || $gBitUser->hasPermission( 'p_wiki_admin_book' )} - {booticon iname="icon-cogs" ipackage="icons" iexplain="edit book"} + {booticon iname="fa-gears" iexplain="edit book"} {/if} {if $gBitUser->isAdmin()} {if $gBitSystem->isPackageActive( 'nexus' )} - {booticon iname="icon-sitemap" ipackage="icons" iexplain="create menu from structure"} + {booticon iname="fa-sitemap" iexplain="create menu from structure"} {/if} {/if} {if ($channels[ix].creator_user_id == $gBitUser->mUserId) || $gBitUser->hasPermission( 'p_wiki_admin_book' )} - {booticon iname="icon-trash" ipackage="icons" iexplain="remove"} + {booticon iname="fa-trash" iexplain="remove"} {/if} diff --git a/templates/list_pages.tpl b/templates/list_pages.tpl index dca741d..049c163 100644 --- a/templates/list_pages.tpl +++ b/templates/list_pages.tpl @@ -6,7 +6,7 @@
{form class="form-inline" } - {booticon iname="icon-search" ipackage="icons" iexplain="Search"} + {booticon iname="fa-magnifying-glass" iexplain="Search"} {/form}
@@ -21,7 +21,7 @@ {form id="checkform"}