put unreachable federated connections in the archived tab of the connections list page

This commit is contained in:
zotlabs
2017-06-08 19:15:55 -07:00
parent 236b528552
commit cf583168dd
3 changed files with 10 additions and 4 deletions

View File

@@ -856,6 +856,7 @@ class Connedit extends \Zotlabs\Web\Controller {
'$addr_text' => t('This connection\'s primary address is'),
'$loc_text' => t('Available locations:'),
'$locstr' => $locstr,
'$not_here' => ((intval($contact['abook_not_here'])) ? t('Not connected at this location') : ''),
'$notself' => (($self) ? '' : '1'),
'$self' => (($self) ? '1' : ''),
'$autolbl' => t('The permissions indicated on this page will be applied to all new connections.'),