diff options
author | marijus <mario@mariovavti.com> | 2014-02-21 13:26:13 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-02-21 13:26:13 +0100 |
commit | 7b1cabdd58b62a8bf8d7ed6233a42d53e99fffc7 (patch) | |
tree | 301c945b52ccbb5a243b1f0e91862f3a42e1fc5f | |
parent | 593631d8f5089e07b00288bfabd34c18878d7e41 (diff) | |
download | volse-hubzilla-7b1cabdd58b62a8bf8d7ed6233a42d53e99fffc7.tar.gz volse-hubzilla-7b1cabdd58b62a8bf8d7ed6233a42d53e99fffc7.tar.bz2 volse-hubzilla-7b1cabdd58b62a8bf8d7ed6233a42d53e99fffc7.zip |
quickfix for edit profile dropdown
-rwxr-xr-x | view/tpl/profile_vcard.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl index 187c3039d..10a928e1c 100755 --- a/view/tpl/profile_vcard.tpl +++ b/view/tpl/profile_vcard.tpl @@ -2,8 +2,8 @@ {{if $profile.edit}} <div class="action"> - <a class="profile-edit-side-link" 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"> + <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"> {{foreach $profile.menu.entries as $e}} <li> <a href="profiles/{{$e.id}}"><img src='{{$e.photo}}'>{{$e.profile_name}}</a> |