mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +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"/>
|
||||
</row>
|
||||
<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"/>
|
||||
<html id="${row}[attachments]"/>
|
||||
<vbox>
|
||||
|
Loading…
Reference in New Issue
Block a user