PINES OPAC Customization: Library Hours on Info Page
authorTerran McCanna <tmccanna@georgialibraries.org>
Thu, 10 Dec 2020 22:45:20 +0000 (17:45 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Sat, 19 Nov 2022 19:55:20 +0000 (14:55 -0500)
Add note to check library web site for details.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates-bootstrap/opac/parts/library/hours.tt2

index 382eddf..4bb4a19 100755 (executable)
@@ -10,7 +10,8 @@
    # We need to add "today" to the opening/closing hours for Date input
 -%]
 <div class="my-3">
-<h3>[% l('Opening hours') %]</h3>
+<h3>[% l('Library Hours') %]</h3>
+<p><i>These hours may not reflect holidays or other closures. Check the library's web site for detailed information.</i></p>
 
 [%-
     open = today _ ctx.hours.dow_0_open;