mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Remove legacy avatar class and elements
This commit is contained in:
parent
5f86313f46
commit
057a4559cb
@ -110,11 +110,7 @@
|
|||||||
</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"/>
|
||||||
<box>
|
<lavatar src="$row_cont[photo]" contact_id="$row_cont[id]" lname="$row_cont[n_family]" fname="$row_cont[n_given]"/>
|
||||||
<hbox class="avatar">
|
|
||||||
<lavatar src="${row}[photo]" contact_id="$row_cont[id]" class="iphoto" lname="$row_cont[n_family]" fname="$row_cont[n_given]"/>
|
|
||||||
</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