diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-11-09 16:37:22 +0100 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-11-09 16:37:22 +0100 |
commit | b99b6b5ae9cd0e89a65176f5ea3b88136a3b930a (patch) | |
tree | 3605bd62ad413a12934398f2a48e4be9583b0589 /view/tpl/acl_selector.tpl | |
parent | cda81e35db3a858b475750a8146b202610fd9da9 (diff) | |
download | volse-hubzilla-b99b6b5ae9cd0e89a65176f5ea3b88136a3b930a.tar.gz volse-hubzilla-b99b6b5ae9cd0e89a65176f5ea3b88136a3b930a.tar.bz2 volse-hubzilla-b99b6b5ae9cd0e89a65176f5ea3b88136a3b930a.zip |
This is better
Diffstat (limited to 'view/tpl/acl_selector.tpl')
-rwxr-xr-x | view/tpl/acl_selector.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/acl_selector.tpl b/view/tpl/acl_selector.tpl index 4d872bab1..a873457fe 100755 --- a/view/tpl/acl_selector.tpl +++ b/view/tpl/acl_selector.tpl @@ -7,8 +7,8 @@ </div> <div class="modal-body"> {{if $jotnets}} - <div class="jotnets-wrapper btn btn-block btn-default" role="tab" id="jotnets-wrapper"> - <a data-toggle="collapse" href="#jotnets-collapse" aria-expanded="false" aria-controls="jotnets-collapse">{{$jnetModalTitle}} <span class="caret"></span></a> + <div class="jotnets-wrapper" role="tab" id="jotnets-wrapper"> + <a data-toggle="collapse" class="btn btn-block btn-default" href="#jotnets-collapse" aria-expanded="false" aria-controls="jotnets-collapse">{{$jnetModalTitle}} <span class="caret"></span></a> </div> <div id="jotnets-collapse" class="panel-collapse collapse" role="tabpanel" aria-labelledby="acl-select"> {{$jotnets}} |