diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-05-13 17:38:50 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-05-13 17:38:50 +0200 |
commit | 1e00fa79b323c6d340b79789bf9be072a9aa629b (patch) | |
tree | 58e790cda8e6623ddcadc731b627695cf6da5771 /view/tpl/acl_selector.tpl | |
parent | 573dea42d0b71a360d8630ab20783dba13768a49 (diff) | |
download | volse-hubzilla-1e00fa79b323c6d340b79789bf9be072a9aa629b.tar.gz volse-hubzilla-1e00fa79b323c6d340b79789bf9be072a9aa629b.tar.bz2 volse-hubzilla-1e00fa79b323c6d340b79789bf9be072a9aa629b.zip |
change wording restricted -> custom selection and add a label to the select
Diffstat (limited to 'view/tpl/acl_selector.tpl')
-rwxr-xr-x | view/tpl/acl_selector.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/acl_selector.tpl b/view/tpl/acl_selector.tpl index a6c753cf0..b30669f9a 100755 --- a/view/tpl/acl_selector.tpl +++ b/view/tpl/acl_selector.tpl @@ -12,7 +12,7 @@ {{if $aclModalDesc}} <div id="acl-dialog-description" class="section-content-info-wrapper">{{$aclModalDesc}}</div> {{/if}} - + <label for="acl-select">{{$select_label}}</label> <select id="acl-select" name="optionsRadios" class="form-control form-group"> <option id="acl-showall" value="option1" selected>{{$showall}}</option> <option id="acl-showlimited" value="option2">{{$showlimited}}</option> |