Bug 1440: Show a list of holidays. Second patch.

Fixed XHTML error that was introduced in the first patch. Added zebra striping to the tables. Removed an erroneous line with a date experiment that had no affect on the dates.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
This commit is contained in:
Garry Collum 2009-05-12 16:53:15 -04:00 committed by Galen Charlton
parent fa3e3e5ac4
commit 478b2ce274

View file

@ -109,17 +109,16 @@
changeBranch();
});
$("#holidayexceptions").tablesorter({
sortList: [[0,0]]
sortList: [[0,0]], widgets: ['zebra']
});
$("#holidayweeklyrepeatable").tablesorter({
sortList: [[0,0]]
sortList: [[0,0]], widgets: ['zebra']
});
$("#holidaysyearlyrepeatable").tablesorter({
sortList: [[0,0]]
sortList: [[0,0]], widgets: ['zebra']
});
$("#holidaysunique").tablesorter({
dateFormat: "uk",
sortList: [[0,0]]
sortList: [[0,0]], widgets: ['zebra']
});
});
//]]>
@ -352,7 +351,6 @@ h1 select { width: 20em; }
</script>
<div id="holiday-list">
<p>
<!-- Exceptions First -->
<!-- this will probably always have the least amount of data -->
<!-- TMPL_IF NAME="EXCEPTION_HOLIDAYS_LOOP" -->
@ -445,7 +443,6 @@ h1 select { width: 20em; }
</tbody>
</table>
<!-- /TMPL_IF -->
</p>
</div>
</div>
</div>