mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-13 10:11:22 +01:00
mail download attachment usable again
This commit is contained in:
parent
5092b663f4
commit
91fa8e3689
@ -174,7 +174,7 @@ A.sieveRowInActive
|
||||
table tr.attachmentRow > td{
|
||||
vertical-align: middle;
|
||||
}
|
||||
table tr.attachmentRow > td et2-description{
|
||||
div#popupMainDiv #mail-compose table tr.attachmentRow > td et2-description{
|
||||
width: 84vw;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
@ -107,8 +107,8 @@
|
||||
<column disabled="!@showtempname"/>
|
||||
<column disabled="!@showtempname"/>
|
||||
<column disabled="!@showtempname"/>
|
||||
<column width="70%"/>
|
||||
<column width="30%"/>
|
||||
<column />
|
||||
<column />
|
||||
</columns>
|
||||
<rows>
|
||||
<row class="row attachmentRow">
|
||||
@ -128,9 +128,9 @@
|
||||
<column disabled="!@showtempname"/>
|
||||
<column disabled="!@showtempname"/>
|
||||
<column disabled="!@showtempname"/>
|
||||
<column width="70%" />
|
||||
<column width="10%" />
|
||||
<column width="20"/>
|
||||
<column />
|
||||
<column />
|
||||
<column />
|
||||
<column />
|
||||
</columns>
|
||||
<rows>
|
||||
|
@ -59,8 +59,8 @@
|
||||
<column disabled="!@showtempname"/>
|
||||
<column disabled="!@showtempname"/>
|
||||
<column disabled="!@showtempname"/>
|
||||
<column width="70%" />
|
||||
<column width="20%" />
|
||||
<column />
|
||||
<column />
|
||||
</columns>
|
||||
<rows>
|
||||
<row class="row attachmentRow">
|
||||
@ -80,9 +80,9 @@
|
||||
<column disabled="!@showtempname"/>
|
||||
<column disabled="!@showtempname"/>
|
||||
<column disabled="!@showtempname"/>
|
||||
<column width="70%" />
|
||||
<column width="11%" />
|
||||
<column width="10%"/>
|
||||
<column />
|
||||
<column />
|
||||
<column />
|
||||
</columns>
|
||||
<rows>
|
||||
<row class="row attachmentRow" id="${row}">
|
||||
|
Loading…
Reference in New Issue
Block a user