summaryrefslogtreecommitdiff
path: root/templates/list_pages.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/list_pages.tpl')
-rw-r--r--templates/list_pages.tpl10
1 files changed, 5 insertions, 5 deletions
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}