diff options
author | Mario <mario@mariovavti.com> | 2020-10-15 10:51:58 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-10-15 10:51:58 +0000 |
commit | 3b252d98b89b884be995f6f90e31d7e6612cf522 (patch) | |
tree | f2ec4933fbcb4f3016d60951caf4cc9ac739c5af /view/tpl/acl_selector.tpl | |
parent | f5315ed6a2bf0ac3fa4e6e5dac8671ec7abafd76 (diff) | |
download | volse-hubzilla-3b252d98b89b884be995f6f90e31d7e6612cf522.tar.gz volse-hubzilla-3b252d98b89b884be995f6f90e31d7e6612cf522.tar.bz2 volse-hubzilla-3b252d98b89b884be995f6f90e31d7e6612cf522.zip |
add forums to acl selector where appropriate
Diffstat (limited to 'view/tpl/acl_selector.tpl')
-rwxr-xr-x | view/tpl/acl_selector.tpl | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/view/tpl/acl_selector.tpl b/view/tpl/acl_selector.tpl index 3d05cb455..7447644a9 100755 --- a/view/tpl/acl_selector.tpl +++ b/view/tpl/acl_selector.tpl @@ -15,12 +15,14 @@ {{if $aclModalDesc}} <div id="acl-dialog-description" class="section-content-info-wrapper">{{$aclModalDesc}}</div> {{/if}} - <label for="acl-select">{{$select_label}}</label> + <label for="acl-select">{{if $aclModalDesc}}<i class="fa fa-send-o"></i> {{/if}}{{$select_label}}</label> <select id="acl-select" name="optionsRadios" class="form-control form-group"> <option id="acl-showall" value="public" {{$public_selected}}>{{$showall}}</option> - {{$groups}} <option id="acl-onlyme" value="onlyme" {{$justme_selected}}>{{$onlyme}}</option> - <option id="acl-custom" value="custom" {{$custom_selected}}>{{$custom}}</option> + {{$groups}} + <optgroup label = "{{$custom_label}}">; + <option id="acl-custom" value="custom" {{$custom_selected}}>{{$custom}}</option> + </optgroup>; </select> {{if $showallOrigin}} |