diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-09-05 11:16:08 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-09-05 11:16:08 +0200 |
commit | 2c1aca7ffe628ab2a455fc7abf730b6d01d288ea (patch) | |
tree | f4994ab39385f7212994532ad82224f794ed836e /view/profile_vcard.tpl | |
parent | 20ca4512000e80386fe6f9b3fd85864bc0e91627 (diff) | |
download | volse-hubzilla-2c1aca7ffe628ab2a455fc7abf730b6d01d288ea.tar.gz volse-hubzilla-2c1aca7ffe628ab2a455fc7abf730b6d01d288ea.tar.bz2 volse-hubzilla-2c1aca7ffe628ab2a455fc7abf730b6d01d288ea.zip |
fix aside contact block, add edit profiles icon
Diffstat (limited to 'view/profile_vcard.tpl')
-rw-r--r-- | view/profile_vcard.tpl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/view/profile_vcard.tpl b/view/profile_vcard.tpl index 88111b0f1..08e2e2e3a 100644 --- a/view/profile_vcard.tpl +++ b/view/profile_vcard.tpl @@ -1,6 +1,10 @@ <div class="vcard"> - <div class="fn">$profile.name</div> + <div class="tool"> + <div class="fn label">$profile.name</div> + {{ if $profile.edit }}<a class="icon s16 edit" href="$profile.edit.0" title="$profile.edit.3"><span>$profile.edit.1</span></a>{{ endif }} + </div> + {{ if $pdesc }}<div class="title">$profile.pdesc</div>{{ endif }} <div id="profile-photo-wrapper"><img class="photo" width="175" height="175" src="$profile.photo" alt="$profile.name"></div> |