From 0447d72b4dd3b5f6854472b13bc3f88660c8bd10 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Fri, 1 Nov 2013 16:29:52 -0400 Subject: [PATCH] Library schema: cut over to OpeningHoursSpecification This allows more precision, as well as supporting validFrom / validUntil ranges (assuming our database schema eventually supports that). Signed-off-by: Dan Scott --- Open-ILS/src/templates/opac/library.tt2 | 39 +++++++++++++++++++++++++-------- 1 file changed, 30 insertions(+), 9 deletions(-) diff --git a/Open-ILS/src/templates/opac/library.tt2 b/Open-ILS/src/templates/opac/library.tt2 index 52c8008ff6..089d31c0ce 100644 --- a/Open-ILS/src/templates/opac/library.tt2 +++ b/Open-ILS/src/templates/opac/library.tt2 @@ -16,15 +16,36 @@ [%- IF ctx.hours_schema; %]

[% l('Opening hours') %]

- +
+ + + + + + + +
[% END; -%] [%- IF (ctx.library.email OR ctx.library.phone); %] -- 2.11.0