From 74116f495eff43f3305441735e64035383913647 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 10 Feb 2018 00:05:04 +0100 Subject: [PATCH] CSS enhancement --- htdocs/projet/activity/perday.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/projet/activity/perday.php b/htdocs/projet/activity/perday.php index 6a556fcae3f..85848eefedc 100644 --- a/htdocs/projet/activity/perday.php +++ b/htdocs/projet/activity/perday.php @@ -507,10 +507,10 @@ $tmparray = dol_getdate($daytoparse,true); // detail of current day $idw = $tmparray['wday']; $cssweekend=''; -/*if (($idw + 1) < $numstartworkingday || ($idw + 1) > $numendworkingday) // This is a day is not inside the setup of working days, so we use a week-end css. +if (($idw + 1) < $numstartworkingday || ($idw + 1) > $numendworkingday) // This is a day is not inside the setup of working days, so we use a week-end css. { $cssweekend='weekend'; -}*/ +} print ''.$langs->trans("Duration").''; print ''.$langs->trans("Note").'';