diff options
author | friendica <info@friendica.com> | 2014-02-27 09:37:29 +1100 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-02-27 09:37:29 +1100 |
commit | 3b24d921b6acc1ca5bcf9b9fceb51a6a12e20268 (patch) | |
tree | 0bcf63517630d5d5382ec6a7a8e8769848de6995 /view/tpl/profile_vcard.tpl | |
parent | 364fc9f1638e67dad2c289b4d365753a5d06ac05 (diff) | |
parent | 8860d80bd4ddfde340fe8004bb4be9f7f7e3fc18 (diff) | |
download | volse-hubzilla-3b24d921b6acc1ca5bcf9b9fceb51a6a12e20268.tar.gz volse-hubzilla-3b24d921b6acc1ca5bcf9b9fceb51a6a12e20268.tar.bz2 volse-hubzilla-3b24d921b6acc1ca5bcf9b9fceb51a6a12e20268.zip |
Merge pull request #341 from git-marijus/master
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> |