mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 18:08:21 +01:00
Apply avatar for addressbook photo in list view
This commit is contained in:
parent
5f7eab435b
commit
4a956faee6
@ -107,7 +107,11 @@
|
|||||||
</vbox>
|
</vbox>
|
||||||
<description id="${row}[role]"/>
|
<description id="${row}[role]"/>
|
||||||
<listbox type="select-cat" id="${row}[cat_id]" readonly="true" rows="2"/>
|
<listbox type="select-cat" id="${row}[cat_id]" readonly="true" rows="2"/>
|
||||||
<image src="${row}[photo]" class="iphoto"/>
|
<box>
|
||||||
|
<hbox class="avatar">
|
||||||
|
<image src="${row}[photo]" class="iphoto"/>
|
||||||
|
</hbox>
|
||||||
|
</box>
|
||||||
<date id="${row}[bday]" readonly="true" options="Y-m-d"/>
|
<date id="${row}[bday]" readonly="true" options="Y-m-d"/>
|
||||||
<vbox>
|
<vbox>
|
||||||
<description id="${row}[adr_one_street]" no_lang="1"/>
|
<description id="${row}[adr_one_street]" no_lang="1"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user