mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-23 05:41:02 +01:00
* email: better height control of attachment popup
This commit is contained in:
parent
5a08e4d8a1
commit
33951d8197
@ -1142,7 +1142,7 @@ function fm_handleAttachmentClick(_double, _url, _windowName, _node)
|
||||
}
|
||||
|
||||
function fm_readAttachments(_url, _windowName, _node) {
|
||||
egw_openWindowCentered(_url, _windowName, 750, 220);
|
||||
egw_openWindowCentered(_url, _windowName, 750, 260);
|
||||
egw_appWindow('felamimail').xajax_doXMLHTTP("felamimail.ajaxfelamimail.refreshFolder");
|
||||
mailGrid.dataRoot.actionObject.setAllSelected(false);
|
||||
}
|
||||
|
@ -408,12 +408,18 @@ DIV.divButton {
|
||||
height:99%;
|
||||
}
|
||||
|
||||
#attachmentSpanAllDIV{
|
||||
background-color:#efefdf;
|
||||
height:260px;
|
||||
overflow:auto;
|
||||
}
|
||||
|
||||
#attachmentDIV {
|
||||
position:fixed;
|
||||
position:top;
|
||||
background-color:#efefdf;
|
||||
bottom:0px;
|
||||
min-height:80px;
|
||||
max-height:240px;
|
||||
max-height:239px;
|
||||
width:100%;
|
||||
border-top: 1px solid silver;
|
||||
overflow:auto;
|
||||
|
@ -2,6 +2,7 @@
|
||||
<script language="JavaScript1.2">
|
||||
self.focus();
|
||||
</script>
|
||||
<div id="attachmentSpanAllDIV">
|
||||
<div style="border: 0px solid green; margin:0px; padding:0px; left:0px; background-color:#ffffff; min-height:20px;width:100%;font-weight:bold;text-align:left;line-height:20px;">
|
||||
<span id="subjectDATA" style="padding-left:2px; font-size: 110%;">{subject_data}</span>
|
||||
</div>
|
||||
@ -10,6 +11,7 @@ self.focus();
|
||||
{attachment_rows}
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<!-- END message_main_attachment -->
|
||||
|
||||
<!-- BEGIN message_attachement_row -->
|
||||
|
@ -435,12 +435,18 @@ DIV.divButton {
|
||||
height:99%;
|
||||
}
|
||||
|
||||
#attachmentSpanAllDIV{
|
||||
background-color:#efefdf;
|
||||
height:260px;
|
||||
overflow:auto;
|
||||
}
|
||||
|
||||
#attachmentDIV {
|
||||
position:fixed;
|
||||
position:top;
|
||||
background-color:#efefdf;
|
||||
bottom:0px;
|
||||
min-height:80px;
|
||||
max-height:240px;
|
||||
max-height:239px;
|
||||
width:100%;
|
||||
border-top: 1px solid silver;
|
||||
overflow:auto;
|
||||
|
Loading…
Reference in New Issue
Block a user