diff options
author | Simon <simon@kisikew.org> | 2012-05-03 11:39:34 -0700 |
---|---|---|
committer | Simon <simon@kisikew.org> | 2012-05-03 11:39:34 -0700 |
commit | cdb73f706f7830ae95c60e2c9b0199f67147ac77 (patch) | |
tree | 42cc7ce948e9717dfe3bd0d547ed72474a9b15fd /view/theme/dispy/profile_vcard.tpl | |
parent | d72db2e1aa68833cbebc1c24ab4e1c6c9c966679 (diff) | |
parent | bb081e4bf5431e6a707297419a970346971d41ae (diff) | |
download | volse-hubzilla-cdb73f706f7830ae95c60e2c9b0199f67147ac77.tar.gz volse-hubzilla-cdb73f706f7830ae95c60e2c9b0199f67147ac77.tar.bz2 volse-hubzilla-cdb73f706f7830ae95c60e2c9b0199f67147ac77.zip |
Merge pull request #285 from simonlnu/master
dispy reworking, step 1
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 }} |