mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-18 03:48:55 +01:00
Update mail display template for attachments change
This commit is contained in:
parent
a26dba5d27
commit
59ff16f98b
@ -45,10 +45,7 @@
|
||||
<et2-select-email id="bcc" readonly="true"></et2-select-email>
|
||||
</hbox>
|
||||
</et2-details>
|
||||
</vbox>
|
||||
<date-time-today align="right" id="mail_displaydate" readonly="true"/>
|
||||
</hbox>
|
||||
<et2-details title="@attachmentsBlockTitle" toggleOnHover="true" class="attachments" hoist="true" disabled="!@mail_displayattachments">
|
||||
<et2-details toggleAlign="left" title="@attachmentsBlockTitle" toggleOnHover="true" class="attachments" hoist="true" disabled="!@mail_displayattachments">
|
||||
<hbox slot="summary">
|
||||
<grid class="previewAttachmentArea egwGridView_grid" >
|
||||
<columns>
|
||||
@ -96,6 +93,10 @@
|
||||
</rows>
|
||||
</grid>
|
||||
</et2-details>
|
||||
</vbox>
|
||||
<date-time-today align="right" id="mail_displaydate" readonly="true"/>
|
||||
</hbox>
|
||||
|
||||
<box class="mailDisplayContainer">
|
||||
<iframe frameborder="1" class="mail_displaybody" id="mailDisplayBodySrc" name="mailDisplayBodySrc" scrolling="auto" width="100%"/>
|
||||
</box>
|
||||
|
Loading…
Reference in New Issue
Block a user