diff options
author | friendica <info@friendica.com> | 2014-02-26 14:51:51 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-02-26 14:51:51 -0800 |
commit | efb77774b586b2e1f0e446d4631b482322b0219d (patch) | |
tree | 21bfbe4cafe601096d23e37850154523d4be20c9 /view/tpl | |
parent | c8f1bf89a9c1a73c7b631ae59a9e0a17d7f9befd (diff) | |
parent | 3b24d921b6acc1ca5bcf9b9fceb51a6a12e20268 (diff) | |
download | volse-hubzilla-efb77774b586b2e1f0e446d4631b482322b0219d.tar.gz volse-hubzilla-efb77774b586b2e1f0e446d4631b482322b0219d.tar.bz2 volse-hubzilla-efb77774b586b2e1f0e446d4631b482322b0219d.zip |
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'view/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> |