From 60145a2b89c8dcee7b32e39a3d602204eb72f140 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Thu, 10 Dec 2020 17:45:20 -0500 Subject: [PATCH] PINES OPAC Customization: Library Hours on Info Page Add note to check library web site for details. Signed-off-by: Terran McCanna --- Open-ILS/src/templates-bootstrap/opac/parts/library/hours.tt2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/templates-bootstrap/opac/parts/library/hours.tt2 b/Open-ILS/src/templates-bootstrap/opac/parts/library/hours.tt2 index 382eddfc89..4bb4a198cb 100755 --- a/Open-ILS/src/templates-bootstrap/opac/parts/library/hours.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/parts/library/hours.tt2 @@ -10,7 +10,8 @@ # We need to add "today" to the opening/closing hours for Date input -%]
-

[% l('Opening hours') %]

+

[% l('Library Hours') %]

+

These hours may not reflect holidays or other closures. Check the library's web site for detailed information.

[%- open = today _ ctx.hours.dow_0_open; -- 2.11.0