aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy-dark/profile_vcard.tpl
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-03-15 17:27:06 -0400
committerSimon L'nu <simon.lnu@gmail.com>2012-03-15 17:27:06 -0400
commit5c75d40c0b6bee04d8c58a6f88ecbbe34684874a (patch)
tree768a816b6e63c32e140104d88ace6428d2b83a2d /view/theme/dispy-dark/profile_vcard.tpl
parenteee2eed5882336dbae92f0ac799f87999e9a5d98 (diff)
downloadvolse-hubzilla-5c75d40c0b6bee04d8c58a6f88ecbbe34684874a.tar.gz
volse-hubzilla-5c75d40c0b6bee04d8c58a6f88ecbbe34684874a.tar.bz2
volse-hubzilla-5c75d40c0b6bee04d8c58a6f88ecbbe34684874a.zip
fixed the sidebar edit thingy. haven't synced dispy yet.
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy-dark/profile_vcard.tpl')
-rw-r--r--view/theme/dispy-dark/profile_vcard.tpl35
1 files changed, 17 insertions, 18 deletions
diff --git a/view/theme/dispy-dark/profile_vcard.tpl b/view/theme/dispy-dark/profile_vcard.tpl
index 6228e4f28..350a6ce4a 100644
--- a/view/theme/dispy-dark/profile_vcard.tpl
+++ b/view/theme/dispy-dark/profile_vcard.tpl
@@ -1,24 +1,23 @@
<div class="vcard">
- <div class="fn label">$profile.name</div>
-
- {{ if $profile.edit }}
- <div class="action">
- <span class="icon-profile-edit"></span>
- <a href="#" rel="#profiles-menu" class="ttright" id="profiles-menu-trigger" title="$profile.edit.3">$profile.edit.1</a>
- <ul id="profiles-menu" class="menu-popup">
- {{ for $profile.menu.entries as $e }}
- <li>
- <a href="profiles/$e.id"><img src='$e.photo'>$e.profile_name</a>
- </li>
- {{ endfor }}
- <li><a href="profile_photo" >$profile.menu.chg_photo</a></li>
- <li><a href="profiles/new" id="profile-listing-new-link">$profile.menu.cr_new</a></li>
-
- </ul>
- </div>
- {{ endif }}
+ {{ if $profile.edit }}
+ <div class="action">
+ <span class="icon-profile-edit"></span>
+ <a href="#" rel="#profiles-menu" class="ttright" id="profiles-menu-trigger" title="$profile.edit.3">$profile.edit.1</a>
+ <ul id="profiles-menu" class="menu-popup">
+ {{ for $profile.menu.entries as $e }}
+ <li>
+ <a href="profiles/$e.id"><img src='$e.photo'>$e.profile_name</a>
+ </li>
+ {{ endfor }}
+ <li><a href="profile_photo" >$profile.menu.chg_photo</a></li>
+ <li><a href="profiles/new" id="profile-listing-new-link">$profile.menu.cr_new</a></li>
+
+ </ul>
</div>
+ {{ endif }}
+
+ <div class="fn label">$profile.name</div>
{{ if $pdesc }}
<div class="title">$profile.pdesc</div>