diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-07-26 16:50:33 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-07-26 16:50:33 -0700 |
commit | 3880b485cbae2a03284fc1b6f236f0cfa6f5cfc6 (patch) | |
tree | e2c881269d3f2cf8a8328526a0f1931d4c4f8ec4 /view | |
parent | cc5b0cde1df8f47ccf6db13304ffca25c7ff5f9a (diff) | |
parent | 54336ba43b8f944df2189fdbd949b96a4651b08e (diff) | |
download | volse-hubzilla-3880b485cbae2a03284fc1b6f236f0cfa6f5cfc6.tar.gz volse-hubzilla-3880b485cbae2a03284fc1b6f236f0cfa6f5cfc6.tar.bz2 volse-hubzilla-3880b485cbae2a03284fc1b6f236f0cfa6f5cfc6.zip |
Merge branch 'master' of https://github.com/redmatrix/redmatrix
Conflicts:
mod/connedit.php
view/pt-br/messages.po
view/pt-br/strings.php
Diffstat (limited to 'view')
-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> |