diff options
Diffstat (limited to 'templates/admin_layout_inc.tpl')
| -rw-r--r-- | templates/admin_layout_inc.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/admin_layout_inc.tpl b/templates/admin_layout_inc.tpl index b63c9d8..78d4c9d 100644 --- 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} - <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page={$page}&nocollapse=1">{biticon iname="list-add" iforce=icon_text iexplain="Expand all modules"}</a> + <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page={$page}&nocollapse=1">{booticon iname="icon-plus-sign" iforce=icon_text iexplain="Expand all modules"}</a> {else} - <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page={$page}">{biticon iname="list-remove" iforce=icon_text iexplain="Collapse all modules"}</a> + <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page={$page}">{booticon iname="icon-minus-sign" iforce=icon_text 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} |
