Move mail compose file upload section below the attachment

This commit is contained in:
Hadi Nategh 2022-09-06 13:56:17 +02:00
parent 1b4052a40f
commit cf3472c651

View File

@ -86,6 +86,7 @@
</grid> </grid>
</vbox> </vbox>
<vbox class="mailComposeBodySection" width="100%"> <vbox class="mailComposeBodySection" width="100%">
<vbox class="et2_file mailUploadSection" disabled="@no_griddata">
<et2-details toggleAlign="left" title="@attachmentsBlockTitle" toggleOnHover="true" class="attachments" hoist="true" disabled="!@attachments"> <et2-details toggleAlign="left" title="@attachmentsBlockTitle" toggleOnHover="true" class="attachments" hoist="true" disabled="!@attachments">
<hbox slot="summary"> <hbox slot="summary">
<grid class="previewAttachmentArea egwGridView_grid" > <grid class="previewAttachmentArea egwGridView_grid" >
@ -124,13 +125,6 @@
</rows> </rows>
</grid> </grid>
</et2-details> </et2-details>
<old-hbox disabled="@is_plain" class="mailComposeBody mailComposeHtmlContainer">
<htmlarea name="mail_htmltext" id="mail_htmltext" statusbar="false" menubar="false" toolbar="@html_toolbar" imageUpload="link_to" expand_toolbar="true" height="478px" width="100%" resize_ratio="0"/>
</old-hbox>
<old-hbox disabled="@is_html" class="mailComposeBody mailComposeTextContainer">
<textbox multiline="true" rows="40" cols="120" width="100%" span="all" no_lang="1" name="mail_plaintext" id="mail_plaintext" resize_ratio="0"/>
</old-hbox>
<vbox class="et2_file mailUploadSection" disabled="@no_griddata">
<hbox> <hbox>
<select id="filemode" label="Send files as" onchange="app.mail.check_sharing_filemode"/> <select id="filemode" label="Send files as" onchange="app.mail.check_sharing_filemode"/>
<hbox> <hbox>
@ -140,6 +134,13 @@
<passwd id="password" blur="password protect" statustext="Only makes sense, if you transport password through a different channel / outside of this mail to recipients!"/> <passwd id="password" blur="password protect" statustext="Only makes sense, if you transport password through a different channel / outside of this mail to recipients!"/>
</hbox> </hbox>
</vbox> </vbox>
<hbox disabled="@is_plain" class="mailComposeBody mailComposeHtmlContainer">
<htmlarea name="mail_htmltext" id="mail_htmltext" statusbar="false" menubar="false" toolbar="@html_toolbar" imageUpload="link_to" expand_toolbar="true" height="478px" width="100%" resize_ratio="0"/>
</hbox>
<hbox disabled="@is_html" class="mailComposeBody mailComposeTextContainer">
<textbox multiline="true" rows="40" cols="120" width="100%" span="all" no_lang="1" name="mail_plaintext" id="mail_plaintext" resize_ratio="0"/>
</hbox>
</vbox> </vbox>
</template> </template>
</overlay> </overlay>