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 /view/tpl/abook_edit.tpl | |
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 'view/tpl/abook_edit.tpl')
-rwxr-xr-x | view/tpl/abook_edit.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index 9fb5c4b18..8d44e8b16 100755 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -59,6 +59,11 @@ {{$loc_text}} {{$locstr}} </div> {{/if}} + {{if $not_here}} + <div> + <strong>{{$not_here}}</strong> + </div> + {{/if}} {{if $last_update}} <div> {{$lastupdtext}} {{$last_update}} |