Skip to content
Snippets Groups Projects
Commit 42082129 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Some dev tests to use ajax parts for documents

parent e178077e
Branches
Tags
No related merge requests found
...@@ -299,9 +299,8 @@ $ecmdirstatic = new EcmDirectory($db); ...@@ -299,9 +299,8 @@ $ecmdirstatic = new EcmDirectory($db);
//print "xx".$_SESSION["dol_screenheight"]; //print "xx".$_SESSION["dol_screenheight"];
$maxheightwin=(isset($_SESSION["dol_screenheight"]) && $_SESSION["dol_screenheight"] > 500)?($_SESSION["dol_screenheight"]-166):660; $maxheightwin=(isset($_SESSION["dol_screenheight"]) && $_SESSION["dol_screenheight"] > 500)?($_SESSION["dol_screenheight"]-166):660;
$morejs=array( $morejs=array();
"/filemanager/includes/jqueryFileTree/jqueryFileTree.js", if (! empty($conf->global->MAIN_ECM_TRY_JS)) $morejs=array("/filemanager/includes/jqueryFileTree/jqueryFileTree.js");
);
$moreheadcss=" $moreheadcss="
<!-- dol_screenheight=".$_SESSION["dol_screenheight"]." --> <!-- dol_screenheight=".$_SESSION["dol_screenheight"]." -->
<style type=\"text/css\"> <style type=\"text/css\">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment