diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-01-15 11:34:42 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-01-16 09:53:00 +0100 |
commit | 42878c40fc2e757cd0eff8e28f5663bbf5726988 (patch) | |
tree | 3826ffe97d9ffe998d1e9a1ce1fbbec43181771c /Zotlabs/Module/Connedit.php | |
parent | 09abba3dd0ed19153433ab7e88390b80576dc75b (diff) | |
download | volse-hubzilla-42878c40fc2e757cd0eff8e28f5663bbf5726988.tar.gz volse-hubzilla-42878c40fc2e757cd0eff8e28f5663bbf5726988.tar.bz2 volse-hubzilla-42878c40fc2e757cd0eff8e28f5663bbf5726988.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'], |