From 21d028c064290a3acd7e0d185c18361213fd8600 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 7 May 2012 18:00:53 +0200 Subject: [PATCH] Fix: Width of gantt chart --- htdocs/projet/ganttview.php | 3 ++- htdocs/theme/auguria/style.css.php | 4 ++-- htdocs/theme/bureau2crea/style.css.php | 4 ++-- htdocs/theme/cameleo/style.css.php | 2 +- htdocs/theme/eldy/style.css.php | 2 +- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/htdocs/projet/ganttview.php b/htdocs/projet/ganttview.php index 1747d8b9356..02d2d678215 100644 --- a/htdocs/projet/ganttview.php +++ b/htdocs/projet/ganttview.php @@ -228,7 +228,8 @@ if (count($tasksarray)>0) if (! empty($conf->use_javascript_ajax)) { - print '
'."\n"; + //var_dump($_SESSION); + print '
'."\n"; include_once(DOL_DOCUMENT_ROOT.'/projet/ganttchart.php'); print '
'."\n"; } diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index 47df134444f..145bd986fd7 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -2061,7 +2061,7 @@ div.tdlineupdown { /* ============================================================================== */ div.scroll2 { - width: 582px !important; + width: px !important; } @@ -2187,4 +2187,4 @@ div.ecmjqft { close(); -?> \ No newline at end of file +?> diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php index f400ef43d72..365367f33b1 100644 --- a/htdocs/theme/bureau2crea/style.css.php +++ b/htdocs/theme/bureau2crea/style.css.php @@ -2315,7 +2315,7 @@ form.listactionsfilter input[type="submit"] { /* ============================================================================== */ div.scroll2 { - width: 582px !important; + width: px !important; } @@ -2432,4 +2432,4 @@ div.ecmjqft { close(); -?> \ No newline at end of file +?> diff --git a/htdocs/theme/cameleo/style.css.php b/htdocs/theme/cameleo/style.css.php index ac5932e80fb..4e09c1c61c0 100644 --- a/htdocs/theme/cameleo/style.css.php +++ b/htdocs/theme/cameleo/style.css.php @@ -2131,7 +2131,7 @@ div.table-val-border-col { /* ============================================================================== */ div.scroll2 { - width: 582px !important; + width: px !important; } diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 57ccf7c6e53..b7df82725d2 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -2282,7 +2282,7 @@ a.cke_dialog_ui_button /* ============================================================================== */ div.scroll2 { - width: 582px !important; + width: px !important; }