diff options
author | zottel <github@zottel.net> | 2012-05-04 10:00:04 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2012-05-04 10:00:04 +0200 |
commit | a9f825ec3fc8b44115b1fae3b1aeb2c07f23e3de (patch) | |
tree | 8c931e7a9feb65af4505864e605dbccf544bfdec /view/theme/dispy/profile_vcard.tpl | |
parent | 35771a778df18afb231969c242680a6353e5ef8e (diff) | |
parent | 22c8fe46a554457b43b9721f1f46739511398060 (diff) | |
download | volse-hubzilla-a9f825ec3fc8b44115b1fae3b1aeb2c07f23e3de.tar.gz volse-hubzilla-a9f825ec3fc8b44115b1fae3b1aeb2c07f23e3de.tar.bz2 volse-hubzilla-a9f825ec3fc8b44115b1fae3b1aeb2c07f23e3de.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'view/theme/dispy/profile_vcard.tpl')
-rw-r--r-- | view/theme/dispy/profile_vcard.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/dispy/profile_vcard.tpl b/view/theme/dispy/profile_vcard.tpl index f14ea7915..cf0054a67 100644 --- a/view/theme/dispy/profile_vcard.tpl +++ b/view/theme/dispy/profile_vcard.tpl @@ -2,7 +2,7 @@ {{ if $profile.edit }} <div class="action"> - <span class="icon-profile-edit"></span> + <span class="icon-profile-edit" rel="#profiles-menu"></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 }} |