aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/admin_settings_features.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-03-07 20:47:18 +0100
committerMario Vavti <mario@mariovavti.com>2018-03-07 20:47:18 +0100
commitd6812cf75e40ca5a364c5832929b2eaf62c0d2f5 (patch)
treeb2333fc4fe75f98bb7cdee9f25e70463adfb1790 /view/tpl/admin_settings_features.tpl
parent04f7f99fc3ac68b5cea357b35a7d755f62fb999b (diff)
downloadvolse-hubzilla-d6812cf75e40ca5a364c5832929b2eaf62c0d2f5.tar.gz
volse-hubzilla-d6812cf75e40ca5a364c5832929b2eaf62c0d2f5.tar.bz2
volse-hubzilla-d6812cf75e40ca5a364c5832929b2eaf62c0d2f5.zip
more bootstrap accordion fixes
Diffstat (limited to 'view/tpl/admin_settings_features.tpl')
-rw-r--r--view/tpl/admin_settings_features.tpl4
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}}