expand first config group

important for personal settings
This commit is contained in:
onli 2014-03-02 21:19:44 +01:00
parent 91621b5393
commit d79d7255aa

View File

@ -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>