From 96402a235482af73c9c958ad9b1cf629d0bfb8cb Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 29 Oct 2015 01:23:56 -0700 Subject: This may take a few iterations to discover the best way to present the information, but we need a way for members to know what alternate locations are available for a channel during times of server issues - and as recently discovered if there aren't any hublocs at all; without digging around the database and probing channels and other messy stuff. --- view/tpl/abook_edit.tpl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'view/tpl/abook_edit.tpl') diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index 0a7cf2d4d..1ed3baafa 100755 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -33,8 +33,13 @@ {{/foreach}}
- {{$addr_text}} '{{$addr}}' + {{$addr_text}} '{{$addr}}'
+ {{if $locstr}} +
+ {{$loc_text}} {{$locstr}} +
+ {{/if}} {{if $last_update}}
{{$lastupdtext}} {{$last_update}} -- cgit v1.2.3