From f47f39f69a1b04db386dae69b5baa1e09e969b2d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 26 Jul 2016 14:45:22 +0200 Subject: [PATCH] Fix width and remove hours on date into table --- htdocs/projet/ganttchart.inc.php | 2 +- htdocs/projet/ganttview.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/projet/ganttchart.inc.php b/htdocs/projet/ganttchart.inc.php index 4ce666085b9..487ff281c8c 100644 --- a/htdocs/projet/ganttchart.inc.php +++ b/htdocs/projet/ganttchart.inc.php @@ -91,7 +91,7 @@ if (g.getDivId() != null) var graphFormat = "day"; g.setDateInputFormat(''); // Set format of input dates ('mm/dd/yyyy', 'dd/mm/yyyy', does not work with 'yyyy-mm-dd') - g.setDateTaskTableDisplayFormat(''); // Format of date used into line + g.setDateTaskTableDisplayFormat(''); // Format of date used into line g.setDateTaskDisplayFormat(''); // Format of date used into popup, not into line g.setDayMajorDateDisplayFormat('dd mon'); g.setShowRes(1); // Show/Hide Responsible (0/1) diff --git a/htdocs/projet/ganttview.php b/htdocs/projet/ganttview.php index 40a3bbbad1c..e26a56c3cc7 100644 --- a/htdocs/projet/ganttview.php +++ b/htdocs/projet/ganttview.php @@ -272,7 +272,7 @@ if (count($tasksarray)>0) $dateformatinput2="%m/%d/%Y"; // How the date for data are formated //var_dump($dateformatinput); //var_dump($dateformatinput2); - print '
'."\n"; + print '
'."\n"; include_once DOL_DOCUMENT_ROOT.'/projet/ganttchart.inc.php'; print '
'."\n"; }