diff options
author | zotlabs <mike@macgirvin.com> | 2017-02-08 17:21:32 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-02-08 17:21:32 -0800 |
commit | 91819bfc2d475e1b16d3f5e9ca685ca2531a9084 (patch) | |
tree | 0a139ef141996efc1dedae5476b4f6fb8ddde981 /view/tpl/abook_edit.tpl | |
parent | 6ee691e0190a7d6488888d2fd5009324e3a88f74 (diff) | |
download | volse-hubzilla-91819bfc2d475e1b16d3f5e9ca685ca2531a9084.tar.gz volse-hubzilla-91819bfc2d475e1b16d3f5e9ca685ca2531a9084.tar.bz2 volse-hubzilla-91819bfc2d475e1b16d3f5e9ca685ca2531a9084.zip |
bringer - all basic functionality is implemented
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 231841659..ebc69c5f8 100755 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -473,8 +473,11 @@ {{if $self}}{{$permnote_self}}{{/if}} </div> + {{if $permcat_enable}} <div class="loading-role-rotator"></div> + <a href="settings/permcats" class="pull-right"><i class="fa fa-plus"></i> {{$permcat_new}}</a> {{include file="field_select.tpl" field=$permcat}} + {{/if}} <table id="perms-tool-table" class=form-group> <tr> |