diff options
author | Mario <mario@mariovavti.com> | 2022-01-12 13:09:53 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-01-12 13:09:53 +0000 |
commit | f4046efcb2ea7cfba5bb57c0fe8e8900bdd871b0 (patch) | |
tree | 6652f07e192078b69b47e29befb569881a6104c2 /view/tpl/profile_advanced.tpl | |
parent | fc1d3831cfa65cf10330204b417ac89b724cfc51 (diff) | |
download | volse-hubzilla-f4046efcb2ea7cfba5bb57c0fe8e8900bdd871b0.tar.gz volse-hubzilla-f4046efcb2ea7cfba5bb57c0fe8e8900bdd871b0.tar.bz2 volse-hubzilla-f4046efcb2ea7cfba5bb57c0fe8e8900bdd871b0.zip |
refactor mod profile_photo
Diffstat (limited to 'view/tpl/profile_advanced.tpl')
-rw-r--r-- | view/tpl/profile_advanced.tpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/view/tpl/profile_advanced.tpl b/view/tpl/profile_advanced.tpl index a4f6c9525..dab2db4ac 100644 --- a/view/tpl/profile_advanced.tpl +++ b/view/tpl/profile_advanced.tpl @@ -21,9 +21,8 @@ <a class="btn btn-primary btn-sm dropdown-toggle" data-bs-toggle="dropdown" href="#" ><i class="fa fa-pencil"></i> {{$editmenu.edit.3}}</a> <div class="dropdown-menu dropdown-menu-end"> {{foreach $editmenu.menu.entries as $e}} - <a class="dropdown-item" href="profiles/{{$e.id}}"><img class="dropdown-menu-img-xs" src='{{$e.photo}}'> {{$e.profile_name}}</a> + <a class="dropdown-item" href="profiles/{{$e.id}}"><img class="menu-img-1" src='{{$e.photo}}'> {{$e.profile_name}}</a> {{/foreach}} - <a class="dropdown-item" href="profile_photo" >{{$editmenu.menu.chg_photo}}</a> {{if $editmenu.menu.cr_new}} <a class="dropdown-item" href="profiles/new" id="profile-listing-new-link">{{$editmenu.menu.cr_new}}</a> {{/if}} |