Drop pixelegg template from Mail

This commit is contained in:
Hadi Nategh 2022-08-15 17:26:51 +02:00
parent c0490007ff
commit 2b1ad243d0
4 changed files with 72 additions and 3069 deletions

View File

@ -72,10 +72,11 @@ tr.mail.deleted td:first-child{
.status_img {
display: inline-block;
width: 12px;
height: 12px;
width: 16px;
height: 16px;
background-repeat: no-repeat;
background-image: url(../default/images/kmmsgread.svg);
background-size: 16px 16px;
}
tr.deleted .status_img {
@ -758,6 +759,13 @@ div.mailPreviewHeaders #mail-index_previewAttachmentArea.visible {
height: 500px;
overflow: auto;
}
#mail-subscribe table.et2_grid tr td et2-box,
#mail-folder_management table.et2_grid tr td et2-box {
margin-top: 16px;
height: 484px;
overflow: auto;
}
.mail_importMessageFile{
width: 40%;
}
@ -908,16 +916,19 @@ and (orientation : landscape) {
}
span#mail-compose_cc_expander,
span#mail-compose_bcc_expander,
span#mail-compose_folder_expander,
span#mail-compose_replyto_expander {
#mail-compose_cc_expander,
#mail-compose_bcc_expander,
#mail-compose_folder_expander,
#mail-compose_replyto_expander {
float: left;
width: 100%;
margin: 3px;
margin-right: 12px;
text-align: center;
padding: 0;
border: none;
color: rgb(38, 83, 124);
background-color: transparent;
}
/*Make file uploads in compose dialog invisible*/
.mail-compose_toolbar_assist div.mail-compose_fileselector, #mail-compose_selectFromVFSForCompose, .mail-compose_toolbar_assist {

View File

@ -36,49 +36,26 @@
</hbox>
</hbox>
<hbox width="100%" class="mailPreviewHeaders">
<lavatar src="@avatar" lname="@address" shape="rounded" size="2.75em"/>
<vbox>
<et2-details class="details" toggleOnHover="true" hoist="true" toggleAlign="left">
<et2-select-email slot="summary" id="fromaddress" readonly="true"/>
<hbox>
<description value="From" class="firstColumnTitle"/>
<et2-select-email id="additionalfromaddress" readonly="true"></et2-select-email>
</hbox>
<hbox disabled="!@toaddress" width="100%">
<description value="To" class="firstColumnTitle"/>
<et2-select-email id="additionaltoaddress" readonly="true"></et2-select-email>
</hbox>
<hbox disabled="!@ccaddress" width="100%">
<description value="Cc" class="firstColumnTitle"/>
<et2-select-email id="ccaddress" readonly="true"></et2-select-email>
</hbox>
</et2-details>
<et2-details toggleAlign="left" title="@attachmentsBlockTitle" toggleOnHover="true" hoist="true" class="attachments" disabled="!@attachmentsBlock">
<hbox slot="summary">
<grid class="previewAttachmentArea egwGridView_grid" >
<columns>
<column disabled="!@showtempname"/>
<column disabled="!@showtempname"/>
<column disabled="!@showtempname"/>
<column disabled="!@showtempname"/>
<column width="70%" />
<column width="11%" />
<column width="10%"/>
</columns>
<rows>
<row class="row attachmentRow">
<description id="attachmentsBlock[0][attachment_number]" />
<description id="attachmentsBlock[0][partID]" />
<description id="attachmentsBlock[0][type]" />
<description id="attachmentsBlock[0][winmailFlag]" />
<description class="et2_link useEllipsis" id="attachmentsBlock[0][filename]" no_lang="1" expose_view="true" mime="@attachmentsBlock[0][type]" mime_data="@attachmentsBlock[0][mime_data]" href="@attachmentsBlock[0][mime_url]"/>
<description align="right" id="attachmentsBlock[0][size]"/>
</row>
</rows>
</grid>
</hbox>
<grid id="attachmentsBlock" class="previewAttachmentArea egwGridView_grid">
<lavatar src="@avatar" lname="@address" shape="rounded" size="2.75em"/>
<vbox>
<et2-details class="details" toggleOnHover="true" hoist="true" toggleAlign="left">
<et2-select-email slot="summary" id="fromaddress" readonly="true"/>
<hbox>
<description value="From" class="firstColumnTitle"/>
<et2-select-email id="additionalfromaddress" readonly="true"></et2-select-email>
</hbox>
<hbox disabled="!@toaddress" width="100%">
<description value="To" class="firstColumnTitle"/>
<et2-select-email id="additionaltoaddress" readonly="true"></et2-select-email>
</hbox>
<hbox disabled="!@ccaddress" width="100%">
<description value="Cc" class="firstColumnTitle"/>
<et2-select-email id="ccaddress" readonly="true"></et2-select-email>
</hbox>
</et2-details>
<et2-details toggleAlign="left" title="@attachmentsBlockTitle" toggleOnHover="true" hoist="true" class="attachments" disabled="!@attachmentsBlock">
<hbox slot="summary">
<grid class="previewAttachmentArea egwGridView_grid" >
<columns>
<column disabled="!@showtempname"/>
<column disabled="!@showtempname"/>
@ -89,21 +66,44 @@
<column width="10%"/>
</columns>
<rows>
<row class="row attachmentRow" id="${row}">
<description id="${row}[attachment_number]" />
<description id="${row}[partID]" />
<description id="${row}[type]" />
<description id="${row}[winmailFlag]" />
<description class="et2_link useEllipsis" id="${row}[filename]" no_lang="1" expose_view="true" mime="$row_cont[type]" mime_data="$row_cont[mime_data]" href="$row_cont[mime_url]"/>
<description align="right" id="${row}[size]"/>
<et2-dropdown-button id="${row}[actions]" label="$row_cont[actionsDefaultLabel]" onchange="app.mail.attachmentsBlockActions" onclick="app.mail.attachmentsBlockActions"/>
<row class="row attachmentRow">
<description id="attachmentsBlock[0][attachment_number]" />
<description id="attachmentsBlock[0][partID]" />
<description id="attachmentsBlock[0][type]" />
<description id="attachmentsBlock[0][winmailFlag]" />
<description class="et2_link useEllipsis" id="attachmentsBlock[0][filename]" no_lang="1" expose_view="true" mime="@attachmentsBlock[0][type]" mime_data="@attachmentsBlock[0][mime_data]" href="@attachmentsBlock[0][mime_url]"/>
<description align="right" id="attachmentsBlock[0][size]"/>
</row>
</rows>
</grid>
</et2-details>
</vbox>
<date-time-today align="right" id="date" readonly="true"/>
</hbox>
</hbox>
<grid id="attachmentsBlock" class="previewAttachmentArea egwGridView_grid">
<columns>
<column disabled="!@showtempname"/>
<column disabled="!@showtempname"/>
<column disabled="!@showtempname"/>
<column disabled="!@showtempname"/>
<column width="70%" />
<column width="11%" />
<column width="10%"/>
</columns>
<rows>
<row class="row attachmentRow" id="${row}">
<description id="${row}[attachment_number]" />
<description id="${row}[partID]" />
<description id="${row}[type]" />
<description id="${row}[winmailFlag]" />
<description class="et2_link useEllipsis" id="${row}[filename]" no_lang="1" expose_view="true" mime="$row_cont[type]" mime_data="$row_cont[mime_data]" href="$row_cont[mime_url]"/>
<description align="right" id="${row}[size]"/>
<et2-dropdown-button id="${row}[actions]" label="$row_cont[actionsDefaultLabel]" onchange="app.mail.attachmentsBlockActions" onclick="app.mail.attachmentsBlockActions"/>
</row>
</rows>
</grid>
</et2-details>
</vbox>
<date-time-today align="right" id="date" readonly="true"/>
</hbox>
<box id="mailPreviewContainer">
<iframe frameborder="1" id="messageIFRAME" scrolling="auto"/>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff