diff options
Diffstat (limited to 'view/tpl/profile_vcard.tpl')
-rw-r--r-- | view/tpl/profile_vcard.tpl | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl index 1778ae78b..983c79fab 100644 --- a/view/tpl/profile_vcard.tpl +++ b/view/tpl/profile_vcard.tpl @@ -2,8 +2,12 @@ <div class="card h-card vcard-card"> <div class="row"> <div class="col-4"> - <a href="{{$link}}"> + {{if $editmenu}} + <a href="profile_photo" title="{{$change_photo}}"> + {{/if}} <img class="u-photo" src="{{$profile.photo}}?rev={{$profile.picdate}}" alt="{{$profile.fullname}}" width="80px" height="80px"> + {{if $editmenu}} + {{/if}} </a> </div> <div class="col-7 m-1 p-0"> @@ -25,7 +29,7 @@ {{/if}} <div class="text-truncate"> - <strong class="fn p-name">{{$profile.fullname}}{{if $profile.online}} <i class="fa fa-asterisk online-now" title="{{$profile.online}}"></i>{{/if}}</strong> + <strong class="fn p-name">{{$profile.fullname}}{{if $profile.online}}<i class="fa fa-fw fa-asterisk text-danger ps-2" title="{{$profile.online}}"></i>{{/if}}</strong> </div> <div class="text-truncate"> <small class="text-muted p-adr">{{$profile.reddress}}</small> |