mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-29 11:23:54 +01:00
Drop pixelegg template from Mail
This commit is contained in:
parent
c0490007ff
commit
2b1ad243d0
@ -72,10 +72,11 @@ tr.mail.deleted td:first-child{
|
|||||||
|
|
||||||
.status_img {
|
.status_img {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 12px;
|
width: 16px;
|
||||||
height: 12px;
|
height: 16px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-image: url(../default/images/kmmsgread.svg);
|
background-image: url(../default/images/kmmsgread.svg);
|
||||||
|
background-size: 16px 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.deleted .status_img {
|
tr.deleted .status_img {
|
||||||
@ -758,6 +759,13 @@ div.mailPreviewHeaders #mail-index_previewAttachmentArea.visible {
|
|||||||
height: 500px;
|
height: 500px;
|
||||||
overflow: auto;
|
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{
|
.mail_importMessageFile{
|
||||||
width: 40%;
|
width: 40%;
|
||||||
}
|
}
|
||||||
@ -908,16 +916,19 @@ and (orientation : landscape) {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
span#mail-compose_cc_expander,
|
#mail-compose_cc_expander,
|
||||||
span#mail-compose_bcc_expander,
|
#mail-compose_bcc_expander,
|
||||||
span#mail-compose_folder_expander,
|
#mail-compose_folder_expander,
|
||||||
span#mail-compose_replyto_expander {
|
#mail-compose_replyto_expander {
|
||||||
float: left;
|
float: left;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 3px;
|
margin: 3px;
|
||||||
margin-right: 12px;
|
margin-right: 12px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
border: none;
|
||||||
|
color: rgb(38, 83, 124);
|
||||||
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
/*Make file uploads in compose dialog invisible*/
|
/*Make file uploads in compose dialog invisible*/
|
||||||
.mail-compose_toolbar_assist div.mail-compose_fileselector, #mail-compose_selectFromVFSForCompose, .mail-compose_toolbar_assist {
|
.mail-compose_toolbar_assist div.mail-compose_fileselector, #mail-compose_selectFromVFSForCompose, .mail-compose_toolbar_assist {
|
||||||
|
@ -36,49 +36,26 @@
|
|||||||
</hbox>
|
</hbox>
|
||||||
</hbox>
|
</hbox>
|
||||||
<hbox width="100%" class="mailPreviewHeaders">
|
<hbox width="100%" class="mailPreviewHeaders">
|
||||||
<lavatar src="@avatar" lname="@address" shape="rounded" size="2.75em"/>
|
<lavatar src="@avatar" lname="@address" shape="rounded" size="2.75em"/>
|
||||||
<vbox>
|
<vbox>
|
||||||
<et2-details class="details" toggleOnHover="true" hoist="true" toggleAlign="left">
|
<et2-details class="details" toggleOnHover="true" hoist="true" toggleAlign="left">
|
||||||
<et2-select-email slot="summary" id="fromaddress" readonly="true"/>
|
<et2-select-email slot="summary" id="fromaddress" readonly="true"/>
|
||||||
<hbox>
|
<hbox>
|
||||||
<description value="From" class="firstColumnTitle"/>
|
<description value="From" class="firstColumnTitle"/>
|
||||||
<et2-select-email id="additionalfromaddress" readonly="true"></et2-select-email>
|
<et2-select-email id="additionalfromaddress" readonly="true"></et2-select-email>
|
||||||
</hbox>
|
</hbox>
|
||||||
<hbox disabled="!@toaddress" width="100%">
|
<hbox disabled="!@toaddress" width="100%">
|
||||||
<description value="To" class="firstColumnTitle"/>
|
<description value="To" class="firstColumnTitle"/>
|
||||||
<et2-select-email id="additionaltoaddress" readonly="true"></et2-select-email>
|
<et2-select-email id="additionaltoaddress" readonly="true"></et2-select-email>
|
||||||
</hbox>
|
</hbox>
|
||||||
<hbox disabled="!@ccaddress" width="100%">
|
<hbox disabled="!@ccaddress" width="100%">
|
||||||
<description value="Cc" class="firstColumnTitle"/>
|
<description value="Cc" class="firstColumnTitle"/>
|
||||||
<et2-select-email id="ccaddress" readonly="true"></et2-select-email>
|
<et2-select-email id="ccaddress" readonly="true"></et2-select-email>
|
||||||
</hbox>
|
</hbox>
|
||||||
</et2-details>
|
</et2-details>
|
||||||
<et2-details toggleAlign="left" title="@attachmentsBlockTitle" toggleOnHover="true" hoist="true" class="attachments" disabled="!@attachmentsBlock">
|
<et2-details toggleAlign="left" title="@attachmentsBlockTitle" toggleOnHover="true" hoist="true" class="attachments" disabled="!@attachmentsBlock">
|
||||||
<hbox slot="summary">
|
<hbox slot="summary">
|
||||||
<grid class="previewAttachmentArea egwGridView_grid" >
|
<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">
|
|
||||||
<columns>
|
<columns>
|
||||||
<column disabled="!@showtempname"/>
|
<column disabled="!@showtempname"/>
|
||||||
<column disabled="!@showtempname"/>
|
<column disabled="!@showtempname"/>
|
||||||
@ -89,21 +66,44 @@
|
|||||||
<column width="10%"/>
|
<column width="10%"/>
|
||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row class="row attachmentRow" id="${row}">
|
<row class="row attachmentRow">
|
||||||
<description id="${row}[attachment_number]" />
|
<description id="attachmentsBlock[0][attachment_number]" />
|
||||||
<description id="${row}[partID]" />
|
<description id="attachmentsBlock[0][partID]" />
|
||||||
<description id="${row}[type]" />
|
<description id="attachmentsBlock[0][type]" />
|
||||||
<description id="${row}[winmailFlag]" />
|
<description id="attachmentsBlock[0][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 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="${row}[size]"/>
|
<description align="right" id="attachmentsBlock[0][size]"/>
|
||||||
<et2-dropdown-button id="${row}[actions]" label="$row_cont[actionsDefaultLabel]" onchange="app.mail.attachmentsBlockActions" onclick="app.mail.attachmentsBlockActions"/>
|
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
</et2-details>
|
</hbox>
|
||||||
</vbox>
|
|
||||||
<date-time-today align="right" id="date" readonly="true"/>
|
<grid id="attachmentsBlock" class="previewAttachmentArea egwGridView_grid">
|
||||||
</hbox>
|
<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">
|
<box id="mailPreviewContainer">
|
||||||
<iframe frameborder="1" id="messageIFRAME" scrolling="auto"/>
|
<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
Loading…
Reference in New Issue
Block a user