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 /Zotlabs/Module/Connedit.php | |
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 'Zotlabs/Module/Connedit.php')
-rw-r--r-- | Zotlabs/Module/Connedit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Connedit.php b/Zotlabs/Module/Connedit.php index e0511b0d3..8288886cd 100644 --- a/Zotlabs/Module/Connedit.php +++ b/Zotlabs/Module/Connedit.php @@ -866,7 +866,7 @@ class Connedit extends \Zotlabs\Web\Controller { $o .= replace_macros($tpl, [ '$header' => (($self) ? t('Connection Default Permissions') : sprintf( t('Connection: %s'),$contact['xchan_name'])), '$autoperms' => array('autoperms',t('Apply these permissions automatically'), ((get_pconfig(local_channel(),'system','autoperms')) ? 1 : 0), t('Connection requests will be approved without your interaction'), $yes_no), - '$permcat' => [ 'permcat', t('Permission role'), '', '',$permcats ], + '$permcat' => [ 'permcat', t('Permission role'), '', '<span class="loading invisible">' . t('Loading') . '<span class="jumping-dots"><span class="dot-1">.</span><span class="dot-2">.</span><span class="dot-3">.</span></span></span>',$permcats ], '$permcat_new' => t('Add permission role'), '$permcat_enable' => feature_enabled(local_channel(),'permcats'), '$addr' => $contact['xchan_addr'], |