From 4cf3ed0ec1784120b0b81c68b3a3f1c549d939a1 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Tue, 23 May 2023 15:02:37 -0400 Subject: [PATCH] Remove training server message Signed-off-by: Jason Stephenson --- Open-ILS/src/templates-bootstrap_cons/opac/parts/base.tt2 | 7 ------- Open-ILS/src/templates_cons/opac/parts/base.tt2 | 7 ------- Open-ILS/src/templates_cons/staff/t_splash.tt2 | 2 -- 3 files changed, 16 deletions(-) diff --git a/Open-ILS/src/templates-bootstrap_cons/opac/parts/base.tt2 b/Open-ILS/src/templates-bootstrap_cons/opac/parts/base.tt2 index 4ea3511efd..91030b7dc8 100644 --- a/Open-ILS/src/templates-bootstrap_cons/opac/parts/base.tt2 +++ b/Open-ILS/src/templates-bootstrap_cons/opac/parts/base.tt2 @@ -71,13 +71,6 @@

[% l('Catalog') %]

- [% IF !ctx.is_staff %] -

- TRAINING SERVER - DO NOT USE FOR LIVE TRANSACTIONS -
- Library Patrons: Click Here for the live catalog. -

- [% END %] [%#Each content page needs (at minimum) an

describing the content%]
[% content %] diff --git a/Open-ILS/src/templates_cons/opac/parts/base.tt2 b/Open-ILS/src/templates_cons/opac/parts/base.tt2 index f80cd4a3b4..314ed8aa8a 100644 --- a/Open-ILS/src/templates_cons/opac/parts/base.tt2 +++ b/Open-ILS/src/templates_cons/opac/parts/base.tt2 @@ -56,13 +56,6 @@

[% l('Catalog') %]

- [% IF !ctx.is_staff %] -

- TRAINING SERVER - DO NOT USE FOR LIVE TRANSACTIONS -
- Library Patrons: Click Here for the live catalog. -

- [% END %] [%#Each content page needs (at minimum) an

describing the content%] [% content %]

[% l('Additional Resources') %]

diff --git a/Open-ILS/src/templates_cons/staff/t_splash.tt2 b/Open-ILS/src/templates_cons/staff/t_splash.tt2 index 6dc92d192e..a6751d6dc9 100644 --- a/Open-ILS/src/templates_cons/staff/t_splash.tt2 +++ b/Open-ILS/src/templates_cons/staff/t_splash.tt2 @@ -3,8 +3,6 @@
Evergreen

Evergreen Staff Client Home Page

-
- TRAINING SERVER - DO NOT USE FOR LIVE TRANSACTIONS

-- 2.11.0