expand first config group
important for personal settings
This commit is contained in:
parent
91621b5393
commit
d79d7255aa
@ -13,7 +13,7 @@
|
||||
{if $config|@sizeof > 1}
|
||||
{if $allowToggle}
|
||||
<h3 class="toggle_headline">
|
||||
<button id="optionel{$category@iteration}" class="show_config_option icon_link" type="button" data-href="#el{$category@index}" title="{$CONST.TOGGLE_OPTION}"><span class="icon-right-dir"></span> {$category.title}</button>
|
||||
<button id="optionel{$category@iteration}" class="show_config_option icon_link {if $category@first}show_config_option_now{/if}" type="button" data-href="#el{$category@index}" title="{$CONST.TOGGLE_OPTION}"><span class="icon-right-dir"></span> {$category.title}</button>
|
||||
</h3>
|
||||
{else}
|
||||
<h3>{$category.title}</h3>
|
||||
|
Loading…
x
Reference in New Issue
Block a user