summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtemplates/admin_external_wikis.tpl4
-rw-r--r--templates/center_wiki_page.tpl2
-rwxr-xr-xtemplates/copyrights.tpl6
-rw-r--r--templates/list_books.tpl6
-rw-r--r--templates/list_pages.tpl10
-rwxr-xr-xtemplates/menu_wiki.tpl18
-rwxr-xr-xtemplates/page_icons.tpl34
-rwxr-xr-xtemplates/page_permissions.tpl2
-rw-r--r--templates/print.tpl2
9 files changed, 42 insertions, 42 deletions
diff --git a/templates/admin_external_wikis.tpl b/templates/admin_external_wikis.tpl
index e81b152..7856b21 100755
--- a/templates/admin_external_wikis.tpl
+++ b/templates/admin_external_wikis.tpl
@@ -30,8 +30,8 @@
<td>{$channels[user].name}</td>
<td>{$channels[user].extwiki}</td>
<td>
- &nbsp;&nbsp;<a href="{$smarty.const.WIKI_PKG_URL}admin/admin_external_wikis.php?offset={$offset}&amp;sort_mode={$sort_mode}&amp;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">{booticon iname="fa-trash" iexplain="remove"}</a>&nbsp;&nbsp;
- <a href="{$smarty.const.WIKI_PKG_URL}admin/admin_external_wikis.php?offset={$offset}&amp;sort_mode={$sort_mode}&amp;extwiki_id={$channels[user].extwiki_id}">{booticon iname="fa-pen-to-square" iexplain="edit"}</a>
+ &nbsp;&nbsp;<a href="{$smarty.const.WIKI_PKG_URL}admin/admin_external_wikis.php?offset={$offset}&amp;sort_mode={$sort_mode}&amp;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="edit-delete" iexplain="remove"}</a>&nbsp;&nbsp;
+ <a href="{$smarty.const.WIKI_PKG_URL}admin/admin_external_wikis.php?offset={$offset}&amp;sort_mode={$sort_mode}&amp;extwiki_id={$channels[user].extwiki_id}">{biticon ipackage="icons" iname="document-properties" iexplain="edit"}</a>
</td>
</tr>
{sectionelse}
diff --git a/templates/center_wiki_page.tpl b/templates/center_wiki_page.tpl
index f1167ab..b036bfc 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}">{booticon iname="fa-pen-to-square" iexplain="edit"}</a>
+ <a href="{$smarty.const.WIKI_PKG_URL}edit.php?page_id={$wikiPage->mInfo.page_id}">{biticon ipackage="icons" iname="document-properties" 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/copyrights.tpl b/templates/copyrights.tpl
index 53214b8..e6b0722 100755
--- a/templates/copyrights.tpl
+++ b/templates/copyrights.tpl
@@ -35,10 +35,10 @@
<input type="hidden" name="page_id" value="{$gContent->mInfo.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={$gContent->mInfo.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={$gContent->mInfo.page_id}&amp;action=down&amp;copyright_id={$copyrights[i].copyright_id}">{booticon iname="fa-circle-arrow-down" iexplain="move down"}</a>
+ <a href="{$smarty.const.WIKI_PKG_URL}copyrights.php?page_id={$gContent->mInfo.page_id}&amp;action=up&amp;copyright_id={$copyrights[i].copyright_id}">{biticon ipackage="icons" iname="go-up" iexplain="move up"}</a>
+ <a href="{$smarty.const.WIKI_PKG_URL}copyrights.php?page_id={$gContent->mInfo.page_id}&amp;action=down&amp;copyright_id={$copyrights[i].copyright_id}">{biticon ipackage="icons" iname="go-down" iexplain="move down"}</a>
<a title="{tr}Delete this copyright{/tr}" href="{$smarty.const.WIKI_PKG_URL}copyrights.php?page_id={$gContent->mInfo.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>
+ onclick="return confirm('{tr}Are you sure you want to delete this copyright?{/tr}')">{biticon ipackage="icons" iname="edit-delete" iexplain="delete"}</a>
</div>
{/form}
{/section}
diff --git a/templates/list_books.tpl b/templates/list_books.tpl
index 2874d80..d7a39cd 100644
--- a/templates/list_books.tpl
+++ b/templates/list_books.tpl
@@ -24,15 +24,15 @@
</td>
<td class="actionicon">
{if ($channels[ix].creator_user_id == $gBitUser->mUserId) || $gBitUser->hasPermission( 'p_wiki_admin_book' )}
- <a href="{$smarty.const.WIKI_PKG_URL}edit_book.php?structure_id={$channels[ix].structure_id}">{booticon iname="fa-gears" iexplain="edit book"}</a>
+ <a href="{$smarty.const.WIKI_PKG_URL}edit_book.php?structure_id={$channels[ix].structure_id}">{biticon ipackage="icons" iname="preferences-system" iexplain="edit book"}</a>
{/if}
{if $gBitUser->isAdmin()}
{if $gBitSystem->isPackageActive( 'nexus' )}
- <a href="{$smarty.const.NEXUS_PKG_URL}menus.php?structure_id={$channels[ix].structure_id}&amp;action=convert_structure">{booticon iname="fa-sitemap" iexplain="create menu from structure"}</a>
+ <a href="{$smarty.const.NEXUS_PKG_URL}menus.php?structure_id={$channels[ix].structure_id}&amp;action=convert_structure">{biticon ipackage="icons" iname="preferences-system" iexplain="create menu from structure"}</a>
{/if}
{/if}
{if ($channels[ix].creator_user_id == $gBitUser->mUserId) || $gBitUser->hasPermission( 'p_wiki_admin_book' )}
- <a href="{$smarty.const.WIKI_PKG_URL}edit_book.php?action=remove&structure_id={$channels[ix].structure_id}&tk={$gBitUser->mTicket}">{booticon iname="fa-trash" iexplain="remove"}</a>
+ <a href="{$smarty.const.WIKI_PKG_URL}edit_book.php?action=remove&structure_id={$channels[ix].structure_id}&tk={$gBitUser->mTicket}">{biticon ipackage="icons" iname="edit-delete" iexplain="remove"}</a>
{/if}
</td>
</tr>
diff --git a/templates/list_pages.tpl b/templates/list_pages.tpl
index a599188..551b17a 100644
--- a/templates/list_pages.tpl
+++ b/templates/list_pages.tpl
@@ -6,7 +6,7 @@
<div class="floaticon">
{form class="form-inline" }
<input type="hidden" name="sort_mode" value="{$sort_mode}" />
- {booticon iname="fa-magnifying-glass" iexplain="Search"}
+ {biticon ipackage="icons" iname="edit-find" iexplain="Search"}
<label>{tr}Title{/tr}: <input class="input-small" type="text" name="find_title" value="{$find_title|default:$smarty.request.find_title|escape}" /></label> <label>{tr}Author{/tr}: <input class="input-small" type="text" name="find_author" value="{$find_author|default:$smarty.request.find_author|escape}" /></label> <label>{tr}Last Editor{/tr}: <input class="input-small" type="text" name="find_last_editor" value="{$find_last_editor|default:$smarty.request.find_last_editor|escape}" /></label> <input type="submit" class="btn btn-xs" name="search" value="{tr}Find{/tr}" />
{/form}
</div>
@@ -21,7 +21,7 @@
{form id="checkform"}
<ul class="list-inline navbar">
- <li>{booticon iname="fa-circle-arrow-right" iexplain="sort by"}</li>
+ <li>{biticon ipackage="icons" iname="go-next" iexplain="sort by"}</li>
{if $gBitSystem->isFeatureActive( 'wiki_list_name' )}
<li>{smartlink ititle="Page Name" isort="title" icontrol=$listInfo}</li>
{/if}
@@ -168,9 +168,9 @@
{if $gBitSystem->isFeatureActive( 'wiki_list_status' )}
<td style="text-align:center;">
{if $listpages[changes].flag eq 'locked'}
- {booticon iname="fa-lock" iexplain="locked"}
+ {biticon ipackage="icons" iname="lock" iexplain="locked"}
{else}
- {booticon iname="fa-asterisk" iexplain="unlocked"}
+ {biticon ipackage="icons" iname="emblem-important" iexplain="unlocked"}
{/if}
</td>
{/if}
@@ -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}">{booticon iname="fa-pen-to-square" iexplain="edit"}</a>
+ <a href="{$smarty.const.WIKI_PKG_URL}edit.php?page_id={$listpages[changes].page_id}">{biticon ipackage="icons" iname="document-properties" 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 67ae370..2ab61b4 100755
--- a/templates/menu_wiki.tpl
+++ b/templates/menu_wiki.tpl
@@ -2,31 +2,31 @@
{if !empty($packageMenuTitle)}<a class="dropdown-toggle" data-toggle="dropdown" href="#"> {tr}{$packageMenuTitle}{/tr} <b class="caret"></b></a>{/if}
<ul class="{$packageMenuClass}">
{if $gBitUser->hasPermission( 'p_wiki_view_page' )}
- <li><a class="item" href="{$smarty.const.WIKI_PKG_URL}index.php">{booticon iname="fa-house" iexplain="`$smarty.const.WIKI_PKG_DIR|ucwords` Home" ilocation=menu}</a></li>
+ <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">{booticon iname="fa-list-ul" iexplain="List Pages" ilocation=menu}</a></li>
+ <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>
{/if}
{if $gBitUser->hasPermission( 'p_wiki_create_page' )}
- <li><a class="item" href="{$smarty.const.WIKI_PKG_URL}edit.php">{booticon iname="fa-file" iexplain="Create Page" ilocation=menu}</a></li>
+ <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>
{/if}
{if $gBitUser->hasPermission( 'p_wiki_list_pages' ) && $gBitSystem->isFeatureActive( 'wiki_books' )}
- <li><a class="item" href="{$smarty.const.WIKI_PKG_URL}books.php">{booticon iname="fa-book" iexplain="`$smarty.const.WIKI_PKG_DIR|ucwords` Books" ilocation=menu}</a></li>
+ <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>
{/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-book-open" iexplain="Create Book" ilocation=menu}</a></li>
+ <li><a class="item" href="{$smarty.const.WIKI_PKG_URL}edit_book.php">{biticon ipackage="icons" iname="help-browser" iexplain="Create Book" ilocation=menu}</a></li>
{/if}
{if $gBitSystem->isFeatureActive( 'wiki_list_orphans' ) && $gBitUser->hasPermission( 'p_wiki_update_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>
+ <li><a class="item" href="{$smarty.const.WIKI_PKG_URL}orphan_pages.php">{biticon ipackage="icons" iname="edit-find" iexplain="Orphan Pages" ilocation=menu}</a></li>
{/if}
{if $gBitSystem->isFeatureActive( 'wiki_multiprint' ) && $gBitUser->hasPermission( 'p_wiki_view_page' )}
- <li><a class="item" href="{$smarty.const.WIKI_PKG_URL}print_pages.php">{booticon iname="fa-print" iexplain="Print" ilocation=menu}</a></li>
+ <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">{booticon iname="fa-list-ul" 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="text-x-generic" 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">{booticon iname="fa-rss" ipackage=rss iexplain="Changes Feed" ilocation=menu}</a></li>
+ <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>
{/if}
</ul>
{/strip}
diff --git a/templates/page_icons.tpl b/templates/page_icons.tpl
index 54c0738..9e14f15 100755
--- a/templates/page_icons.tpl
+++ b/templates/page_icons.tpl
@@ -4,77 +4,77 @@
{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-layer-group" iexplain="Similar Pages"}</a>
+ <a href="{$smarty.const.WIKI_PKG_URL}like_pages.php?page_id={$gContent->mInfo.page_id}">{biticon ipackage="icons" iname="applications-accessories" iexplain="Similar Pages"}</a>
{/if}
{if $gContent->isLocked()}
{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}&amp;action=unlock">{booticon iname="fa-lock" iexplain="Unlock this page"}</a>
+ <a href="{$smarty.const.WIKI_PKG_URL}index.php?page_id={$gContent->mInfo.page_id}&amp;action=unlock">{biticon ipackage="icons" iname="lock" iexplain="Unlock this page"}</a>
{else}
- {booticon iname="fa-lock" iexplain="Locked"}
+ {biticon ipackage="icons" iname="lock" iexplain="Locked"}
{/if}
{else}
{assign var=format_guid value=$gContent->mInfo.format_guid}
{if $gLibertySystem->mPlugins.$format_guid.is_active eq 'y' || $gContent->hasAdminPermission()}
{if $gContent->hasUpdatePermission()}
{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}&amp;action=lock">{booticon iname="fa-unlock" iexplain="Lock this page"}</a>
+ <a href="{$smarty.const.WIKI_PKG_URL}index.php?page_id={$gContent->mInfo.page_id}&amp;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}">{booticon iname="fa-pen-to-square" iexplain="Edit"}</a>
+ <a href="{$smarty.const.WIKI_PKG_URL}edit.php?page_id={$gContent->mInfo.page_id}">{biticon ipackage="icons" iname="document-properties" iexplain="Edit"}</a>
{/if}
{/if}
{if $gBitSystem->isFeatureActive( 'wiki_undo' ) && $gContent->hasUserPermission('p_wiki_rollback')}
- <a href="{$smarty.const.WIKI_PKG_URL}index.php?page_id={$gContent->mInfo.page_id}&amp;undo=1">{booticon ipackage=icons iname="fa-undo" iexplain="Undo last edit"}</a>
+ <a href="{$smarty.const.WIKI_PKG_URL}index.php?page_id={$gContent->mInfo.page_id}&amp;undo=1">{biticon ipackage="icons" iname="edit-undo" iexplain="Undo last edit"}</a>
{/if}
{if $gBitSystem->isFeatureActive( 'wiki_history' ) && $gContent->hasUserPermission('p_wiki_view_history')}
- <a href="{$smarty.const.WIKI_PKG_URL}page_history.php?page_id={$gContent->mInfo.page_id}" rel="nofollow">{booticon iname="fa-clock" iexplain=History}</a>
+ <a href="{$smarty.const.WIKI_PKG_URL}page_history.php?page_id={$gContent->mInfo.page_id}" rel="nofollow">{biticon ipackage="icons" iname="appointment" iexplain=History}</a>
{/if}
{/if}
{if !empty($structureInfo.structure_id) && ($gStructure->mInfo.creator_user_id == $gBitUser->mUserId || $gContent->hasUserPermission( 'p_wiki_admin_book' ))}
- <a href="{$smarty.const.WIKI_PKG_URL}edit_book.php?structure_id={$structureInfo.structure_id}">{booticon iname="fa-gears" iexplain="Edit book"}</a>
+ <a href="{$smarty.const.WIKI_PKG_URL}edit_book.php?structure_id={$structureInfo.structure_id}">{biticon ipackage="icons" iname="preferences-system" iexplain="Edit book"}</a>
{elseif is_a($gContent,'BitBook') && $gContent->hasUpdatePermission()}
- <a href="{$smarty.const.WIKI_PKG_URL}edit_book.php?content_id={$gContent->mContentId}">{booticon iname="fa-gears" iexplain="Edit book"}</a>
+ <a href="{$smarty.const.WIKI_PKG_URL}edit_book.php?content_id={$gContent->mContentId}">{biticon ipackage="icons" iname="preferences-system" iexplain="Edit book"}</a>
{/if}
{if $gBitUser->isRegistered() && $gBitUser->mUserId && $gBitSystem->isFeatureActive( 'users_watches' ) }
{if $user_watching_page eq 'y'}
- <a title="{tr}stop monitoring this page{/tr}" href="{$smarty.const.WIKI_PKG_URL}index.php?page_id={$gContent->mInfo.page_id}&amp;watch_event=wiki_page_changed&amp;watch_object={$gContent->mInfo.page_id}&amp;watch_action=remove">{booticon iname="fa-eye-slash" iexplain="Stop monitoring"}</a>
+ <a title="{tr}stop monitoring this page{/tr}" href="{$smarty.const.WIKI_PKG_URL}index.php?page_id={$gContent->mInfo.page_id}&amp;watch_event=wiki_page_changed&amp;watch_object={$gContent->mInfo.page_id}&amp;watch_action=remove">{biticon ipackage="icons" iname="emblem-readonly" iexplain="Stop monitoring"}</a>
{else}
- <a title="{tr}monitor this page{/tr}" href="{$smarty.const.WIKI_PKG_URL}index.php?page_id={$gContent->mInfo.page_id}&amp;watch_event=wiki_page_changed&amp;watch_object={$gContent->mInfo.page_id}&amp;watch_action=add">{booticon iname="fa-eye" iexplain="Monitor"}</a>
+ <a title="{tr}monitor this page{/tr}" href="{$smarty.const.WIKI_PKG_URL}index.php?page_id={$gContent->mInfo.page_id}&amp;watch_event=wiki_page_changed&amp;watch_object={$gContent->mInfo.page_id}&amp;watch_action=add">{biticon ipackage="icons" iname="emblem-unreadable" iexplain="Monitor"}</a>
{/if}
{/if}
{if $gBitSystem->isFeatureActive( 'users_watches' ) && $gContent->hasUserPermission('p_users_admin')}
- <a href="{$smarty.const.WIKI_PKG_URL}page_watches.php?page_id={$gContent->mInfo.page_id}">{booticon iname="fa-user" iexplain="Watches"}</a>
+ <a href="{$smarty.const.WIKI_PKG_URL}page_watches.php?page_id={$gContent->mInfo.page_id}">{biticon ipackage="icons" iname="user-desktop" iexplain="Watches"}</a>
{/if}
{* seem to be broken
{if $gBitUser->hasPermission( 'p_wiki_admin' )}
- <li><a href="{$smarty.const.WIKI_PKG_URL}export_wiki_pages.php?page_id={$gContent->mInfo.page_id}">{booticon iname="fa-arrow-up" iexplain="Export"}</a></li>
+ <li><a href="{$smarty.const.WIKI_PKG_URL}export_wiki_pages.php?page_id={$gContent->mInfo.page_id}">{biticon ipackage="icons" iname="go-up" iexplain="Export"}</a></li>
{/if}
*}
{if $gBitSystem->isFeatureActive( 'wiki_uses_slides' )}
{if $show_slideshow eq 'y'}
- <a href="{$smarty.const.WIKI_PKG_URL}slideshow.php?page_id={$gContent->mInfo.page_id}">{booticon iname="fa-video" iexplain="Slideshow"}</a>
+ <a href="{$smarty.const.WIKI_PKG_URL}slideshow.php?page_id={$gContent->mInfo.page_id}">{biticon ipackage="icons" iname="camera-video" iexplain="Slideshow"}</a>
{elseif $structure eq 'y'}
- <a href="{$smarty.const.WIKI_PKG_URL}slideshow2.php?structure_id={$page_info.structure_id}">{booticon iname="fa-video" iexplain="Slideshow"}</a>
+ <a href="{$smarty.const.WIKI_PKG_URL}slideshow2.php?structure_id={$page_info.structure_id}">{biticon ipackage="icons" iname="camera-video" iexplain="Slideshow"}</a>
{/if}
{/if}
{if $gContent->mInfo.title ne 'SandBox' && !$gContent->isLocked()}
{if $gContent->isOwner() || $gContent->hasUserPermission( 'p_wiki_remove_page' )}
- <a title="{tr}Remove this page{/tr}" href="{$smarty.const.WIKI_PKG_URL}remove_page.php?page_id={$gContent->mInfo.page_id}&amp;version=last">{booticon iname="fa-trash" iexplain="Delete"}</a>
+ <a title="{tr}Remove this page{/tr}" href="{$smarty.const.WIKI_PKG_URL}remove_page.php?page_id={$gContent->mInfo.page_id}&amp;version=last">{biticon ipackage="icons" iname="edit-delete" iexplain="Delete"}</a>
{/if}
{/if}
{if $gBitSystem->isFeatureActive( 'wiki_backlinks' ) && $backlinks}
<div class="btn-group">
<button class="btn btn-xs dropdown-toggle" data-toggle="dropdown">
- {booticon iname="fa-link"}
+ {biticon ipackage="icons" iname="emblem-symbolic-link"}
<span class="caret"></span>
</button>
<ul class="dropdown-menu pull-right">
diff --git a/templates/page_permissions.tpl b/templates/page_permissions.tpl
index 337e8d0..97718f0 100755
--- a/templates/page_permissions.tpl
+++ b/templates/page_permissions.tpl
@@ -28,7 +28,7 @@
<h2>{tr}Existing requests for email notification{/tr}</h2>
<ul>
{section name=ix loop=$emails}
- <li>{$emails[ix]} <a href="{$smarty.const.WIKI_PKG_URL}page_permissions.php?page_id={$gContent->mInfo.page_id}&amp;removeemail={$emails[ix]}&amp;tab=email">{booticon iname="fa-trash" iexplain="delete"}</a></li>
+ <li>{$emails[ix]} <a href="{$smarty.const.WIKI_PKG_URL}page_permissions.php?page_id={$gContent->mInfo.page_id}&amp;removeemail={$emails[ix]}&amp;tab=email">{biticon ipackage="icons" iname="edit-delete" iexplain="delete"}</a></li>
{/section}
</ul>
{/if}
diff --git a/templates/print.tpl b/templates/print.tpl
index 235f09e..904a8d7 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}">{booticon iname="fa-pen-to-square" iexplain="edit"}</a>
+ <a href="{$smarty.const.WIKI_PKG_URL}edit.php?page_id={$gContent->mInfo.page_id}">{biticon ipackage="icons" iname="document-properties" 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>