This commit is contained in:
Laurent Destailleur 2020-09-03 19:11:56 +02:00
parent 3f243aa457
commit aafe323405

View File

@ -1250,7 +1250,7 @@ if (empty($action) || $action == 'show_month') // View by month
// Get week number for the targeted date '$currdate0' // Get week number for the targeted date '$currdate0'
$numweek0 = date("W", strtotime(date($currdate0))); $numweek0 = date("W", strtotime(date($currdate0)));
// Show the week number, and define column width // Show the week number, and define column width
echo ' <td align="center" width="2.0%">'.$numweek0.'</td>'; echo ' <td class="center weeknumber opacitymedium" width="2%">'.$numweek0.'</td>';
for ($iter_day = 0; $iter_day < 7; $iter_day++) { for ($iter_day = 0; $iter_day < 7; $iter_day++) {
if ($tmpday <= 0) { if ($tmpday <= 0) {