diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-05-07 16:22:35 -0400 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2016-05-07 16:22:35 -0400 |
commit | 284d86ad7681d05c3e362bddf39e1b7759ab20a5 (patch) | |
tree | 39212a74ecaa9f9a24963ef9916e168dd878b77f /view/tpl/settings.tpl | |
parent | 852ff39856e5df78599dc14cd72a297cff560753 (diff) | |
parent | 7f974a543f1b3d37153d33f0639006d4cc82de2b (diff) | |
download | volse-hubzilla-284d86ad7681d05c3e362bddf39e1b7759ab20a5.tar.gz volse-hubzilla-284d86ad7681d05c3e362bddf39e1b7759ab20a5.tar.bz2 volse-hubzilla-284d86ad7681d05c3e362bddf39e1b7759ab20a5.zip |
Merge remote-tracking branch 'upstream/dev' into plugin-repo
Diffstat (limited to 'view/tpl/settings.tpl')
-rwxr-xr-x | view/tpl/settings.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl index ab5b2f93c..8157196ac 100755 --- a/view/tpl/settings.tpl +++ b/view/tpl/settings.tpl @@ -71,7 +71,7 @@ </div><!-- /.modal --> {{/if}} <div id="settings-default-perms" class="form-group" > - <button type="button" class="btn btn-default" data-toggle="modal" data-target="#aclModal"><i id="jot-perms-icon"></i> {{$permissions}}</button> + <button type="button" class="btn btn-default" data-toggle="modal" data-target="#aclModal"><i id="jot-perms-icon" class="fa"></i> {{$permissions}}</button> {{$aclselect}} </div> {{$group_select}} |