From: Terran McCanna Date: Fri, 13 Nov 2020 21:06:58 +0000 (-0500) Subject: OPAC: Enable Alert Message for COVID Hours X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=322bdbac4fe00e4db99d812c2e87d5dbaee1a97b;p=evergreen%2Fpines.git OPAC: Enable Alert Message for COVID Hours Signed-off-by: Terran McCanna --- diff --git a/Open-ILS/src/templates-bootstrap/opac/parts/config.tt2 b/Open-ILS/src/templates-bootstrap/opac/parts/config.tt2 index d4e40bb5e8..695823b30e 100755 --- a/Open-ILS/src/templates-bootstrap/opac/parts/config.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/parts/config.tt2 @@ -193,11 +193,11 @@ ctx.google_books_preview = 0; ############################################################################## # Set a maintenance message to display in the catalogue -#ctx.maintenance_message = "This OPAC will be unavailable part of March 15, 2019 for planned upgrades."; +ctx.maintenance_message = "COVID-19 Update: Many libraries have temporarily modified their service hours and offerings. Please check with your local library for details."; # 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