mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Fix square avatar in mail index to rounded one
This commit is contained in:
parent
628dd56b87
commit
12956b594e
@ -32,7 +32,7 @@
|
|||||||
<nextmatch-header statustext="security" label="Security" id="security"/>
|
<nextmatch-header statustext="security" label="Security" id="security"/>
|
||||||
</row>
|
</row>
|
||||||
<row class="$row_cont[class]">
|
<row class="$row_cont[class]">
|
||||||
<lavatar image="$row_cont[avatar]" fname="$row_cont[address]" size="2.75em" shape="square"/>
|
<lavatar image="$row_cont[avatar]" fname="$row_cont[address]" size="2.75em" shape="rounded"/>
|
||||||
<description span="1" class="status_img"/>
|
<description span="1" class="status_img"/>
|
||||||
<html id="${row}[attachments]"/>
|
<html id="${row}[attachments]"/>
|
||||||
<vbox>
|
<vbox>
|
||||||
|
Loading…
Reference in New Issue
Block a user