aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-02-21 13:26:13 +0100
committermarijus <mario@mariovavti.com>2014-02-21 13:26:13 +0100
commit7b1cabdd58b62a8bf8d7ed6233a42d53e99fffc7 (patch)
tree301c945b52ccbb5a243b1f0e91862f3a42e1fc5f /view
parent593631d8f5089e07b00288bfabd34c18878d7e41 (diff)
downloadvolse-hubzilla-7b1cabdd58b62a8bf8d7ed6233a42d53e99fffc7.tar.gz
volse-hubzilla-7b1cabdd58b62a8bf8d7ed6233a42d53e99fffc7.tar.bz2
volse-hubzilla-7b1cabdd58b62a8bf8d7ed6233a42d53e99fffc7.zip
quickfix for edit profile dropdown
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/profile_vcard.tpl4
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>