OPAC: Enable Alert Message for COVID Hours
authorTerran McCanna <tmccanna@georgialibraries.org>
Fri, 13 Nov 2020 21:06:58 +0000 (16:06 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 25 Nov 2020 17:26:01 +0000 (12:26 -0500)
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates-bootstrap/opac/parts/config.tt2

index d4e40bb..695823b 100755 (executable)
@@ -193,11 +193,11 @@ ctx.google_books_preview = 0;
 ##############################################################################
 
 # Set a maintenance message to display in the catalogue
-#ctx.maintenance_message = "<b>This OPAC will be unavailable part of March 15, 2019 for planned upgrades.</b>";
+ctx.maintenance_message = "<b>COVID-19 Update: Many libraries have temporarily modified their service hours and offerings. Please check with your local library for details.</b>";
 # Maintenance types follow Bootstrap4 alert options as follows
 # success = green; info = blue; warning = yellow; danger = red
 # Other colors would require re-coding the alert
-#ctx.maintenance_type = l('warning');
+ctx.maintenance_type = l('warning');
 
 ##############################################################################
 # Depth Button/Checkbox