mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Remove legacy avatar class and elements
This commit is contained in:
parent
5f86313f46
commit
057a4559cb
@ -110,11 +110,7 @@
|
||||
</vbox>
|
||||
<description id="${row}[role]"/>
|
||||
<listbox type="select-cat" id="${row}[cat_id]" readonly="true" rows="2"/>
|
||||
<box>
|
||||
<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>
|
||||
<lavatar src="$row_cont[photo]" contact_id="$row_cont[id]" lname="$row_cont[n_family]" fname="$row_cont[n_given]"/>
|
||||
<date id="${row}[bday]" readonly="true" options="Y-m-d"/>
|
||||
<vbox>
|
||||
<description id="${row}[adr_one_street]" no_lang="1"/>
|
||||
|
Loading…
Reference in New Issue
Block a user