aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-11-08 17:48:43 -0800
committerredmatrix <redmatrix@redmatrix.me>2015-11-08 17:48:43 -0800
commit4e1c308162877d7d6cd79c066f15b4d761e14853 (patch)
treefbd78a011e2652435c0b3167dfa6d48394896d52 /view/tpl
parent5c2692a8ea6de0a5e0ccfa0a2b9508d2d62266c6 (diff)
downloadvolse-hubzilla-4e1c308162877d7d6cd79c066f15b4d761e14853.tar.gz
volse-hubzilla-4e1c308162877d7d6cd79c066f15b4d761e14853.tar.bz2
volse-hubzilla-4e1c308162877d7d6cd79c066f15b4d761e14853.zip
make jotnets modal
Diffstat (limited to 'view/tpl')
-rwxr-xr-xview/tpl/acl_selector.tpl13
1 files changed, 10 insertions, 3 deletions
diff --git a/view/tpl/acl_selector.tpl b/view/tpl/acl_selector.tpl
index c7e039cd5..63a2900f4 100755
--- a/view/tpl/acl_selector.tpl
+++ b/view/tpl/acl_selector.tpl
@@ -6,13 +6,20 @@
<h4 class="modal-title">{{$aclModalTitle}}</h4>
</div>
<div class="modal-body">
+ {{if $jotnets}}
+ <div class="jotnets-wrapper" 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>
+ <div id="jotnets-collapse" class="panel-collapse collapse" role="tabpanel" aria-labelledby="acl-select">
+ {{$jotnets}}
+ <div class="clear"></div>
+ </div>
+ {{/if}}
+
<div id="acl-wrapper">
<button id="acl-showall" class="btn btn-block btn-default"><i class="icon-globe"></i> {{$showall}}</button>
<input type="text" id="acl-search" placeholder="&#xf002;">
- {{if $jotnets}}
- {{$jotnets}}
- {{/if}}
<div id="acl-list">
<div id="acl-list-content"></div>