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/generic_addon_settings.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/generic_addon_settings.tpl')
-rw-r--r-- | view/tpl/generic_addon_settings.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/generic_addon_settings.tpl b/view/tpl/generic_addon_settings.tpl index bf39b2aea..57028237a 100644 --- a/view/tpl/generic_addon_settings.tpl +++ b/view/tpl/generic_addon_settings.tpl @@ -1,12 +1,12 @@ <div class="panel"> <div class="section-subtitle-wrapper" role="tab" id="{{$addon.0}}-settings"> <h3> - <a title="{{$addon.2}}" data-toggle="collapse" data-parent="#settings" href="#{{$addon.0}}-settings-content" aria-controls="{{$addon.0}}-settings-content"> + <a title="{{$addon.2}}" data-toggle="collapse" data-target="#{{$addon.0}}-settings-content" href="#" aria-controls="{{$addon.0}}-settings-content"> {{$addon.1}} </a> </h3> </div> - <div id="{{$addon.0}}-settings-content" class="panel-collapse collapse" role="tabpanel" aria-labelledby="{{$addon.0}}-settings"> + <div id="{{$addon.0}}-settings-content" class="panel-collapse collapse" role="tabpanel" aria-labelledby="{{$addon.0}}-settings" data-parent="#settings"> <div class="section-content-tools-wrapper"> {{$content}} {{if $addon.0}} |