Autosize ecm area
This commit is contained in:
parent
4ad3754d59
commit
0d590a54ed
@ -300,7 +300,7 @@ $morejs=array(
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
//print "xx".$_SESSION["dol_screenheight"];
|
//print "xx".$_SESSION["dol_screenheight"];
|
||||||
$maxheightwin=$_SESSION["dol_screenheight"]-166;
|
$maxheightwin=(isset($_SESSION["dol_screenheight"]) && $_SESSION["dol_screenheight"] > 500)?($_SESSION["dol_screenheight"]-166):660;
|
||||||
|
|
||||||
$morehead="<style type=\"text/css\">
|
$morehead="<style type=\"text/css\">
|
||||||
html, body {
|
html, body {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user