fix some problems regarding position of divs, and footer information

This commit is contained in:
Klaus Leithoff 2010-06-10 13:25:05 +00:00
parent 68c60ad574
commit d3a9f7a2ce
4 changed files with 14 additions and 14 deletions

View File

@ -512,8 +512,7 @@
$this->t->parse("out","main");
print $this->t->get('out','main');
$GLOBALS['egw']->common->egw_footer();
$GLOBALS['egw']->framework->footer(false);
exit;
}
$this->t->set_var('activeFolder',$urlMailbox);
@ -861,8 +860,7 @@
$this->t->parse("out","main");
print $this->t->get('out','main');
$GLOBALS['egw']->common->egw_footer();
$GLOBALS['egw']->framework->footer(false);
}
function array_merge_replace( $array, $newValues )

View File

@ -436,10 +436,10 @@ DIV.divButton {
}
#subjectDIV {
position:absolute;
position:fixed;
background-color:#ffffff;
top:32px;
height:20px;
min-height:20px;
width:100%;
font-weight:bold;
text-align:left;
@ -478,10 +478,11 @@ DIV.divButton {
}
#attachmentDIV {
position:absolute;
position:fixed;
background-color:#efefdf;
bottom:0px;
height:80px;
min-height:80px;
max-height:240px;
width:100%;
border-top: 1px solid silver;
overflow:auto;

View File

@ -2,10 +2,10 @@
<script language="JavaScript1.2">
self.focus();
</script>
<div style="border: 0px solid green; margin:0px; padding:0px; left:0px; background-color:#ffffff; height:20px;width:100%;font-weight:bold;text-align:left;line-height:20px;">
<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>
<div style="border: 0px solid green; margin:0px; padding:0px; left:0px;">
<div id="attachmentDIV" style="border: 0px solid green; margin:0px; padding:0px; left:0px;">
<table border="0" width="100%" cellspacing="0">
{attachment_rows}
</table>

View File

@ -479,10 +479,10 @@ DIV.divButton {
}
#subjectDIV {
position:absolute;
position:fixed;
background-color:#ffffff;
top:32px;
height:20px;
min-height:20px;
width:100%;
font-weight:bold;
text-align:left;
@ -521,10 +521,11 @@ DIV.divButton {
}
#attachmentDIV {
position:absolute;
position:fixed;
background-color:#efefdf;
bottom:0px;
height:80px;
min-height:80px;
max-height:240px;
width:100%;
border-top: 1px solid silver;
overflow:auto;