diff options
author | zotlabs <mike@macgirvin.com> | 2017-02-07 17:17:38 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-02-07 17:17:38 -0800 |
commit | 723b51c931e7365b3c8d531bf25c6c02308cba9f (patch) | |
tree | 20e525d00f6483bdd5295a374188de4687d3e142 /view/tpl/abook_edit.tpl | |
parent | a6160e30262107ff73c253ecc46fffaa2986f79b (diff) | |
download | volse-hubzilla-723b51c931e7365b3c8d531bf25c6c02308cba9f.tar.gz volse-hubzilla-723b51c931e7365b3c8d531bf25c6c02308cba9f.tar.bz2 volse-hubzilla-723b51c931e7365b3c8d531bf25c6c02308cba9f.zip |
provide a few system defined permcats; will require a permission editor page to define new (personal) ones.
Diffstat (limited to 'view/tpl/abook_edit.tpl')
-rwxr-xr-x | view/tpl/abook_edit.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index 6f89e2199..231841659 100755 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -473,6 +473,9 @@ {{if $self}}{{$permnote_self}}{{/if}} </div> + <div class="loading-role-rotator"></div> + {{include file="field_select.tpl" field=$permcat}} + <table id="perms-tool-table" class=form-group> <tr> <td></td> |