provide info text for automatic permissions
This commit is contained in:
parent
5fcf1256bd
commit
ca1f6f8c5b
@ -656,7 +656,7 @@ function connedit_content(&$a) {
|
||||
$o .= replace_macros($tpl,array(
|
||||
|
||||
'$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), '', array(t('No'),('Yes'))),
|
||||
'$autoperms' => array('autoperms',t('Apply these permissions automatically'), ((get_pconfig(local_channel(),'system','autoperms')) ? 1 : 0), 'Connection requests will be approved without your interaction', array(t('No'),('Yes'))),
|
||||
'$addr' => $contact['xchan_addr'],
|
||||
'$addr_text' => t('This connection\'s address is'),
|
||||
'$notself' => (($self) ? '' : '1'),
|
||||
|
Reference in New Issue
Block a user