diff options
author | marijus <mario@mariovavti.com> | 2014-02-26 23:20:40 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-02-26 23:20:40 +0100 |
commit | c5b8224dcca6d867f1156757a9c78948fa007dad (patch) | |
tree | 0bcf63517630d5d5382ec6a7a8e8769848de6995 /view/tpl/profile_vcard.tpl | |
parent | 364fc9f1638e67dad2c289b4d365753a5d06ac05 (diff) | |
download | volse-hubzilla-c5b8224dcca6d867f1156757a9c78948fa007dad.tar.gz volse-hubzilla-c5b8224dcca6d867f1156757a9c78948fa007dad.tar.bz2 volse-hubzilla-c5b8224dcca6d867f1156757a9c78948fa007dad.zip |
properly fix profile edit dropdown menu
Diffstat (limited to 'view/tpl/profile_vcard.tpl')
-rwxr-xr-x | view/tpl/profile_vcard.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl index 10a928e1c..10a0a25a9 100755 --- a/view/tpl/profile_vcard.tpl +++ b/view/tpl/profile_vcard.tpl @@ -1,9 +1,9 @@ <div class="vcard"> {{if $profile.edit}} - <div class="action"> - <a class="profile-edit-side-link dropdown-toggle" data-toggle="dropdown" rel="#profiles-menu" title="{{$profile.edit.3}}" href="#" ><i class="icon-pencil vcard-profile-edit-icon" title="{{$profile.edit.1}}" ></i></a> - <ul id="profiles-menu" class="menu-popup dropdown-menu"> + <div class="dropdown"> + <a class="profile-edit-side-link dropdown-toggle" data-toggle="dropdown" title="{{$profile.edit.3}}" href="#" ><i class="icon-pencil" title="{{$profile.edit.1}}" ></i></a> + <ul class="dropdown-menu" role="menu"> {{foreach $profile.menu.entries as $e}} <li> <a href="profiles/{{$e.id}}"><img src='{{$e.photo}}'>{{$e.profile_name}}</a> |