renamed last CW to Week
This commit is contained in:
parent
cd44dff5af
commit
de729d8d8b
|
@ -110,7 +110,7 @@ $weekdays = array('monday', 'tuesday', 'wednesday', 'thursday', 'friday', 'satur
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<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): ?>
|
<?php foreach($weekdays as $weekdaynr => $weekday): ?>
|
||||||
<th class="calendar_row <?php echo $weekdaynr > 4 ? 'weekend_thead' : '' ?>"><?php echo $l->t(ucfirst($weekday)) ?></th>
|
<th class="calendar_row <?php echo $weekdaynr > 4 ? 'weekend_thead' : '' ?>"><?php echo $l->t(ucfirst($weekday)) ?></th>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
|
|
Loading…
Reference in New Issue