diff options
author | zotlabs <mike@macgirvin.com> | 2018-03-01 16:16:58 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-03-01 16:16:58 -0800 |
commit | 49bd859136f4aab63878ce5fedfbc541a644e843 (patch) | |
tree | 56b46062dcb3cf42a0ae8ea8b82ca9cb7e99df6c /view/tpl/settings_features.tpl | |
parent | 93a11ade045bb6767952f5bfdb278b3e9d463d2c (diff) | |
parent | d32f583fda07080f0c331618893d5df91050af1d (diff) | |
download | volse-hubzilla-49bd859136f4aab63878ce5fedfbc541a644e843.tar.gz volse-hubzilla-49bd859136f4aab63878ce5fedfbc541a644e843.tar.bz2 volse-hubzilla-49bd859136f4aab63878ce5fedfbc541a644e843.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'view/tpl/settings_features.tpl')
-rwxr-xr-x | view/tpl/settings_features.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/settings_features.tpl b/view/tpl/settings_features.tpl index dfe049a7a..f8c162e17 100755 --- a/view/tpl/settings_features.tpl +++ b/view/tpl/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="collapse{{if $g == 'general'}} show{{/if}}" role="tabpanel" aria-labelledby="{{$g}}-settings-title"> + <div id="{{$g}}-settings-content" class="collapse{{if $g == 'general'}} show{{/if}}" role="tabpanel" aria-labelledby="{{$g}}-settings-title" data-parent="#settings"> <div class="section-content-tools-wrapper"> {{foreach $f.1 as $fcat}} {{include file="field_checkbox.tpl" field=$fcat}} |