Lines 438-444
Link Here
|
438 |
<table id="holidaysyearlyrepeatable"> |
438 |
<table id="holidaysyearlyrepeatable"> |
439 |
<thead> |
439 |
<thead> |
440 |
<tr> |
440 |
<tr> |
441 |
[% IF ( dateformat == 'metric' ) %] |
441 |
[% IF ( dateformat_metric ) %] |
442 |
<th class="repeatableyearly">Day/Month</th> |
442 |
<th class="repeatableyearly">Day/Month</th> |
443 |
[% ELSE %] |
443 |
[% ELSE %] |
444 |
<th class="repeatableyearly">Month/Day</th> |
444 |
<th class="repeatableyearly">Month/Day</th> |
445 |
- |
|
|