diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-03-07 20:47:18 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-03-07 21:15:04 +0100 |
commit | ce81de14096cc8e9c6fd994a6a7230602410eb89 (patch) | |
tree | a44e1642db5f1159a592505718d8690f41dd1e2d /view/tpl/admin_settings_features.tpl | |
parent | 89bbf6cd67b7996e6f877f198fe41db22f69b84a (diff) | |
download | volse-hubzilla-ce81de14096cc8e9c6fd994a6a7230602410eb89.tar.gz volse-hubzilla-ce81de14096cc8e9c6fd994a6a7230602410eb89.tar.bz2 volse-hubzilla-ce81de14096cc8e9c6fd994a6a7230602410eb89.zip |
more bootstrap accordion fixes
Diffstat (limited to 'view/tpl/admin_settings_features.tpl')
-rw-r--r-- | view/tpl/admin_settings_features.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/admin_settings_features.tpl b/view/tpl/admin_settings_features.tpl index 2d5cf7e0b..86f978e08 100644 --- a/view/tpl/admin_settings_features.tpl +++ b/view/tpl/admin_settings_features.tpl @@ -9,12 +9,12 @@ <div class="panel"> <div class="section-subtitle-wrapper" role="tab" id="{{$g}}-settings-title"> <h3> - <a data-toggle="collapse" data-parent="#settings" href="#{{$g}}-settings-content" aria-expanded="true" aria-controls="{{$g}}-settings-collapse"> + <a data-toggle="collapse" data-target="#{{$g}}-settings-content" href="#" aria-expanded="true" aria-controls="{{$g}}-settings-collapse"> {{$f.0}} </a> </h3> </div> - <div id="{{$g}}-settings-content" class="panel-collapse collapse{{if $g == 'general'}} in{{/if}}" role="tabpanel" aria-labelledby="{{$g}}-settings-title"> + <div id="{{$g}}-settings-content" class="panel-collapse collapse{{if $g == 'general'}} show{{/if}}" data-parent="#settings" role="tabpanel" aria-labelledby="{{$g}}-settings-title"> <div class="section-content-tools-wrapper"> {{foreach $f.1 as $fcat}} {{include file="field_checkbox.tpl" field=$fcat.0}} |