diff options
author | Treer <treer.git@the-bordello.com> | 2016-05-05 02:09:47 +1000 |
---|---|---|
committer | Treer <treer.git@the-bordello.com> | 2016-05-05 02:09:47 +1000 |
commit | e1e56936c971bee54f58664df3aa58796a71ead4 (patch) | |
tree | 4ab314c62f98317271d0351fac96f32f9029f499 /view/tpl/acl_selector.tpl | |
parent | 33a8d845c12a9a6394a5fb8fa8edd851126e19e2 (diff) | |
download | volse-hubzilla-e1e56936c971bee54f58664df3aa58796a71ead4.tar.gz volse-hubzilla-e1e56936c971bee54f58664df3aa58796a71ead4.tar.bz2 volse-hubzilla-e1e56936c971bee54f58664df3aa58796a71ead4.zip |
add help to some permissions dialogs
Diffstat (limited to 'view/tpl/acl_selector.tpl')
-rwxr-xr-x | view/tpl/acl_selector.tpl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/view/tpl/acl_selector.tpl b/view/tpl/acl_selector.tpl index 49d90cd3e..a3fe73d0c 100755 --- a/view/tpl/acl_selector.tpl +++ b/view/tpl/acl_selector.tpl @@ -4,12 +4,14 @@ <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> {{if $helpUrl}} - <a type="button" target="hubzilla-help" href="{{$helpUrl}}" class="contextual-help-tool" title="Help and documentation"><i class="fa fa-question-circle-o"></i></a> + <a type="button" target="hubzilla-help" href="{{$helpUrl}}" class="contextual-help-tool" title="Help and documentation"><i class="fa fa-question"></i></a> {{/if}} <h4 class="modal-title"><i id="dialog-perms-icon" class="fa fa-fw"></i> {{$aclModalTitle}}</h4> </div> <div class="modal-body"> - <div id="acl-dialog-description">{{$aclModalDesc}}</div> + {{if $aclModalDesc}} + <div id="acl-dialog-description">{{$aclModalDesc}}</div> + {{/if}} {{if $jotnets}} <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> |