diff options
author | friendica <info@friendica.com> | 2013-12-19 19:16:46 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-19 19:16:46 -0800 |
commit | bccc20f38c3919d453b0dee1ed354aa4eb13b398 (patch) | |
tree | 0e9fa8e0de4e4e6807223ac176a55ad8e3bce77e /view/tpl | |
parent | 648a7a5735148479fc8d97bfaa1f3d3cca249276 (diff) | |
download | volse-hubzilla-bccc20f38c3919d453b0dee1ed354aa4eb13b398.tar.gz volse-hubzilla-bccc20f38c3919d453b0dee1ed354aa4eb13b398.tar.bz2 volse-hubzilla-bccc20f38c3919d453b0dee1ed354aa4eb13b398.zip |
default photo issue, and connections page showing deleted accounts. Also show last updated on connedit page
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/abook_edit.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index 23368f2f7..590213fd3 100755 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -16,6 +16,10 @@ <div id="contact-edit-wrapper"> +{{if $last_update}} +{{$lastupdtext}} {{$last_update}} +{{/if}} + {{if $notself}} {{if $slide}} <h3>{{$lbl_slider}}</h3> |