mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 05:29:13 +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>
|
<et2-select-email id="bcc" readonly="true"></et2-select-email>
|
||||||
</hbox>
|
</hbox>
|
||||||
</et2-details>
|
</et2-details>
|
||||||
</vbox>
|
<et2-details toggleAlign="left" title="@attachmentsBlockTitle" toggleOnHover="true" class="attachments" hoist="true" disabled="!@mail_displayattachments">
|
||||||
<date-time-today align="right" id="mail_displaydate" readonly="true"/>
|
|
||||||
</hbox>
|
|
||||||
<et2-details title="@attachmentsBlockTitle" toggleOnHover="true" class="attachments" hoist="true" disabled="!@mail_displayattachments">
|
|
||||||
<hbox slot="summary">
|
<hbox slot="summary">
|
||||||
<grid class="previewAttachmentArea egwGridView_grid" >
|
<grid class="previewAttachmentArea egwGridView_grid" >
|
||||||
<columns>
|
<columns>
|
||||||
@ -96,6 +93,10 @@
|
|||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
</et2-details>
|
</et2-details>
|
||||||
|
</vbox>
|
||||||
|
<date-time-today align="right" id="mail_displaydate" readonly="true"/>
|
||||||
|
</hbox>
|
||||||
|
|
||||||
<box class="mailDisplayContainer">
|
<box class="mailDisplayContainer">
|
||||||
<iframe frameborder="1" class="mail_displaybody" id="mailDisplayBodySrc" name="mailDisplayBodySrc" scrolling="auto" width="100%"/>
|
<iframe frameborder="1" class="mail_displaybody" id="mailDisplayBodySrc" name="mailDisplayBodySrc" scrolling="auto" width="100%"/>
|
||||||
</box>
|
</box>
|
||||||
|
Loading…
Reference in New Issue
Block a user