diff options
author | friendica <info@friendica.com> | 2014-08-26 16:35:33 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-26 16:35:33 -0700 |
commit | c9d33895d56d1efce29f153e7a0effd23fa6a701 (patch) | |
tree | 7704226cb8b3d017554c137789961c78706f5b8e /view/tpl/profile_vcard.tpl | |
parent | 289ec34ae6890a2d82071b61a12fad866be9f0d0 (diff) | |
parent | 2df4c44de5601053635e23a7af01a57bdc4fa9fa (diff) | |
download | volse-hubzilla-c9d33895d56d1efce29f153e7a0effd23fa6a701.tar.gz volse-hubzilla-c9d33895d56d1efce29f153e7a0effd23fa6a701.tar.bz2 volse-hubzilla-c9d33895d56d1efce29f153e7a0effd23fa6a701.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/tpl/profile_vcard.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 7dff8fdeb..3c83cd685 100755 --- a/view/tpl/profile_vcard.tpl +++ b/view/tpl/profile_vcard.tpl @@ -2,7 +2,7 @@ {{if $profile.edit}} <div class="dropdown"> - <a class="profile-edit-side-link dropdown-toggle" data-toggle="dropdown" title="{{$profile.edit.3}}" href="#" ><i class="icon-pencil btn btn-default btn-xs" title="{{$profile.edit.1}}" ></i></a> + <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> @@ -15,7 +15,7 @@ </div> {{/if}} - <div class="fn label">{{$profile.name}}{{if $profile.online}} <i class="icon-asterisk online-now" title="{{$profile.online}}"></i>{{/if}}</div> + <div class="fn">{{$profile.name}}{{if $profile.online}} <i class="icon-asterisk online-now" title="{{$profile.online}}"></i>{{/if}}</div> {{if $pdesc}}<div class="title">{{$profile.pdesc}}</div>{{/if}} <div id="profile-photo-wrapper"><img class="photo" width="175" height="175" src="{{$profile.photo}}?rev={{$profile.picdate}}" alt="{{$profile.name}}"></div> |