From f6142d18c43a77473dd4e2e3ea6c25154487ff2b Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sun, 26 Jul 2015 20:54:09 +0200 Subject: Provide connection status if status is "a-normal" --- view/tpl/abook_edit.tpl | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'view/tpl') diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index 93f52be8d..0a7cf2d4d 100755 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -22,6 +22,15 @@
{{if $notself}} + {{foreach $buttons as $b}} + {{if $b.info}} +
+
+ {{$b.info}} +
+
+ {{/if}} + {{/foreach}}