diff options
author | friendica <info@friendica.com> | 2014-02-22 09:01:31 +1100 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-02-22 09:01:31 +1100 |
commit | e43ffdaaf4365cff0d5784eb1e4a4bd8cc32908a (patch) | |
tree | 6ad5f7e909fb5863eb00d6008c7ee2fe6bbe9f0e /view/tpl | |
parent | c128c6e84afcfb02bb8d945d7f9773f02aeb2eca (diff) | |
parent | 32d0189b560582ef3086e4316aca9dbce1ac781e (diff) | |
download | volse-hubzilla-e43ffdaaf4365cff0d5784eb1e4a4bd8cc32908a.tar.gz volse-hubzilla-e43ffdaaf4365cff0d5784eb1e4a4bd8cc32908a.tar.bz2 volse-hubzilla-e43ffdaaf4365cff0d5784eb1e4a4bd8cc32908a.zip |
Merge pull request #331 from git-marijus/master
update bootstrap and revert some style.css cleaning
Diffstat (limited to 'view/tpl')
-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> |