diff options
Diffstat (limited to 'templates/admin_layout_inc.tpl')
| -rwxr-xr-x | templates/admin_layout_inc.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/admin_layout_inc.tpl b/templates/admin_layout_inc.tpl index de2a41b..5b592e4 100755 --- a/templates/admin_layout_inc.tpl +++ b/templates/admin_layout_inc.tpl @@ -5,9 +5,9 @@ {formlabel label="Adjust display" for=""} {forminput} {if !$smarty.request.nocollapse|default:false} - <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page={$page}&nocollapse=1">{booticon iname="fa-circle-plus" iexplain="Expand all modules"}</a> + <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page={$page}&nocollapse=1">{biticon ipackage="icons" iname="list-add" iexplain="Expand all modules"}</a> {else} - <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page={$page}">{booticon iname="fa-circle-minus" iexplain="Collapse all modules"}</a> + <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page={$page}">{biticon ipackage="icons" iname="list-remove" iexplain="Collapse all modules"}</a> {/if} {formhelp note="Toggle the state of <em>all modules</em> (expanded/collapsed). This reloads the page without saving changes made prior."} {/forminput} @@ -15,7 +15,7 @@ <div class="form-group"> {formlabel label="Adjust modules" for=""} {forminput} - <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page={$page}&fixpos=1">{booticon iname="fa-circle-arrow-right" iexplain="Adjust module postitions"}</a> + <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page={$page}&fixpos=1">{biticon ipackage="icons" iname="go-next" iexplain="Adjust module postitions"}</a> {formhelp note="Reset the position numbers of <em>all modules</em> using increments of 5."} {/forminput} </div> |
