Use heigth of screen to define size of ecm area
This commit is contained in:
parent
a9d4f46b8f
commit
85d8dc013b
@ -298,7 +298,9 @@ $morejs=array(
|
|||||||
"/includes/jquery/plugins/layout/jquery.layout-latest.js"
|
"/includes/jquery/plugins/layout/jquery.layout-latest.js"
|
||||||
);
|
);
|
||||||
*/
|
*/
|
||||||
$maxheightwin=660;
|
|
||||||
|
//print "xx".$_SESSION["dol_screenheight"];
|
||||||
|
$maxheightwin=$_SESSION["dol_screenheight"]-150;
|
||||||
|
|
||||||
$morehead="<style type=\"text/css\">
|
$morehead="<style type=\"text/css\">
|
||||||
html, body {
|
html, body {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user