Skip to content
Snippets Groups Projects
Commit de729d8d authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

renamed last CW to Week

parent cd44dff5
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@ $weekdays = array('monday', 'tuesday', 'wednesday', 'thursday', 'friday', 'satur
<table>
<thead>
<tr>
<th class="calendar_row calw"><?php echo $l -> t("CW");?></th>
<th class="calendar_row calw"><?php echo $l -> t("Week");?></th>
<?php foreach($weekdays as $weekdaynr => $weekday): ?>
<th class="calendar_row <?php echo $weekdaynr > 4 ? 'weekend_thead' : '' ?>"><?php echo $l->t(ucfirst($weekday)) ?></th>
<?php endforeach; ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment