diff options
author | zotlabs <mike@macgirvin.com> | 2017-06-08 19:15:55 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-06-08 19:15:55 -0700 |
commit | cf583168dd1b3ea461e07918eda404546d8136f4 (patch) | |
tree | 90aeb12252ba931f8f68d0ae6b9960a810a05b22 /Zotlabs/Module/Connedit.php | |
parent | 236b5285521cb4dbe207a11c0adb005b2ef05c87 (diff) | |
download | volse-hubzilla-cf583168dd1b3ea461e07918eda404546d8136f4.tar.gz volse-hubzilla-cf583168dd1b3ea461e07918eda404546d8136f4.tar.bz2 volse-hubzilla-cf583168dd1b3ea461e07918eda404546d8136f4.zip |
put unreachable federated connections in the archived tab of the connections list page
Diffstat (limited to 'Zotlabs/Module/Connedit.php')
-rw-r--r-- | Zotlabs/Module/Connedit.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Module/Connedit.php b/Zotlabs/Module/Connedit.php index 484e69b52..a42987fcf 100644 --- a/Zotlabs/Module/Connedit.php +++ b/Zotlabs/Module/Connedit.php @@ -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.'), |