mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-02 20:19:27 +01:00
Fix broken avatar in Addressbook edit dialog
This commit is contained in:
parent
87be62ce63
commit
2612d75e03
@ -356,7 +356,7 @@
|
|||||||
<rows>
|
<rows>
|
||||||
<row class="dialogHeader">
|
<row class="dialogHeader">
|
||||||
<box align="center">
|
<box align="center">
|
||||||
<hbox disabled="@hidebuttons" class="avatar">
|
<hbox disabled="@hidebuttons">
|
||||||
<avatar id="jpegphoto" contact_id="$cont[id]" src="$cont[photo]" crop="false" editable="true"/>
|
<avatar id="jpegphoto" contact_id="$cont[id]" src="$cont[photo]" crop="false" editable="true"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
</box>
|
</box>
|
||||||
|
Loading…
Reference in New Issue
Block a user