From dd7c7d2d788d704f7deab086d9fd887d2cb22a03 Mon Sep 17 00:00:00 2001 From: Garry Collum Date: Mon, 11 May 2009 22:51:07 -0400 Subject: [PATCH] Bug 1440: Show a list of holidays This patch adds displays for holidays. A table for each type of holiday. It could be improved by adding a link for a holiday listed in one of the tables to the edit panel. The date formats could also be changed. Signed-off-by: Galen Charlton --- .../prog/en/modules/tools/holidays.tmpl | 114 ++++++++++++++++++ 1 file changed, 114 insertions(+) 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 73aedce34f..d417637ee5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tmpl @@ -2,6 +2,7 @@ Koha › Tools › Calendar + @@ -334,9 +350,107 @@ h1 select { width: 20em; } } ); + +
+

+ + + +

Exceptions

+ + + + + + + + + + + + + + + + +
Year/Month/DayTitleDescription
+ + + +

Weekly - Repeatable Holidays

+ + + + + + + + + + + + + + + + + +
Day of WeekTitleDescription
+ +
+ + + +

Yearly - Repeatable Holidays

+ + + + + + + + + + + + + + + + + +
Month/DayTitleDescription
+ + + +

Unique Holidays

+ + + + + + + + + + + + + + + + + +
Year/Month/DayTitleDescription
+ +

+
+
-- 2.20.1