diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-07-26 20:54:09 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-07-26 20:54:09 +0200 |
commit | f6142d18c43a77473dd4e2e3ea6c25154487ff2b (patch) | |
tree | fee8186729bae794f90e4961878103b8f0538eee /view/tpl/abook_edit.tpl | |
parent | 7f2b5a08c00531d4169cf80191480189b5163b8e (diff) | |
download | volse-hubzilla-f6142d18c43a77473dd4e2e3ea6c25154487ff2b.tar.gz volse-hubzilla-f6142d18c43a77473dd4e2e3ea6c25154487ff2b.tar.bz2 volse-hubzilla-f6142d18c43a77473dd4e2e3ea6c25154487ff2b.zip |
Provide connection status if status is "a-normal"
Diffstat (limited to 'view/tpl/abook_edit.tpl')
-rwxr-xr-x | view/tpl/abook_edit.tpl | 9 |
1 files changed, 9 insertions, 0 deletions
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 @@ </div> <div class="section-content-wrapper-np"> {{if $notself}} + {{foreach $buttons as $b}} + {{if $b.info}} + <div class="section-content-danger-wrapper"> + <div> + {{$b.info}} + </div> + </div> + {{/if}} + {{/foreach}} <div class="section-content-info-wrapper"> <div> {{$addr_text}} <strong>'{{$addr}}'</strong> |