diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-01-15 11:34:42 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-01-15 11:34:42 +0100 |
commit | 746ea5a3691a67ceb176352e8b6fcfe0f2dc99d6 (patch) | |
tree | 093113813f751891d6f1686e9351727b449c102b /view/tpl | |
parent | d868ebe4ba1cb2f7e577346fbece613e094699ad (diff) | |
download | volse-hubzilla-746ea5a3691a67ceb176352e8b6fcfe0f2dc99d6.tar.gz volse-hubzilla-746ea5a3691a67ceb176352e8b6fcfe0f2dc99d6.tar.bz2 volse-hubzilla-746ea5a3691a67ceb176352e8b6fcfe0f2dc99d6.zip |
fix some regressions with permission roles
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/abook_edit.tpl | 1 | ||||
-rwxr-xr-x | view/tpl/defperms.tpl | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index 13b94a560..81c182e1b 100755 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -485,7 +485,6 @@ </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}} diff --git a/view/tpl/defperms.tpl b/view/tpl/defperms.tpl index f4a711957..5273ee91b 100755 --- a/view/tpl/defperms.tpl +++ b/view/tpl/defperms.tpl @@ -17,7 +17,6 @@ <p>{{$permnote_self}}</p> </div> {{if $permcat_enable}} - <div class="loading-role-rotator spinner-wrapper"></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}} |