Skip to content

Commit

Permalink
CSS enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Feb 9, 2018
1 parent 01f09e6 commit 74116f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/projet/activity/perday.php
Expand Up @@ -507,10 +507,10 @@
$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 '<td class="center'.($cssweekend?' '.$cssweekend:'').'">'.$langs->trans("Duration").'</td>';
print '<td class="center">'.$langs->trans("Note").'</td>';
Expand Down

0 comments on commit 74116f4

Please sign in to comment.