From 478b2ce2747a47d8c660240270a9e23809c1508d Mon Sep 17 00:00:00 2001 From: Garry Collum Date: Tue, 12 May 2009 16:53:15 -0400 Subject: [PATCH] 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 --- .../intranet-tmpl/prog/en/modules/tools/holidays.tmpl | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tmpl index d417637ee5..e3c512f423 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tmpl @@ -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; }
-

@@ -445,7 +443,6 @@ h1 select { width: 20em; } -

-- 2.39.5