Remove training server message
authorJason Stephenson <jstephenson@cwmars.org>
Tue, 23 May 2023 19:02:37 +0000 (15:02 -0400)
committerJason Stephenson <jstephenson@cwmars.org>
Tue, 23 May 2023 19:02:37 +0000 (15:02 -0400)
Signed-off-by: Jason Stephenson <jstephenson@cwmars.org>
Open-ILS/src/templates-bootstrap_cons/opac/parts/base.tt2
Open-ILS/src/templates_cons/opac/parts/base.tt2
Open-ILS/src/templates_cons/staff/t_splash.tt2

index 4ea3511..91030b7 100644 (file)
     </head>
     <body[% IF want_dojo; ' class="tundra d-flex flex-column min-vh-100"'; ELSE; ' class="tundra d-flex flex-column min-vh-100"';  END %]>
         <h1 class="sr-only">[% l('Catalog') %]</h1>
-        [% IF !ctx.is_staff %]
-        <p style="text-align: center; background: white; font-size:20px;">
-          <strong style="color:red;">TRAINING SERVER - DO NOT USE FOR LIVE TRANSACTIONS</strong>
-          <br />
-          Library Patrons: <a href="https://catalog.cwmars.org/">Click Here for the live catalog.</a>
-        </p>
-        [% END %]
         [%#Each content page needs (at minimum) an <h2> describing the content%]
        <div class="mb-3">
         [% content %]
index f80cd4a..314ed8a 100644 (file)
     </head>
     <body[% IF want_dojo; ' class="tundra"'; END %]>
         <h1 class="sr-only">[% l('Catalog') %]</h1>
-        [% IF !ctx.is_staff %]
-        <p style="text-align: center; background: white; font-size:20px;">
-          <strong style="color:red;">TRAINING SERVER - DO NOT USE FOR LIVE TRANSACTIONS</strong>
-          <br />
-          Library Patrons: <a href="https://catalog.cwmars.org/">Click Here for the live catalog.</a>
-        </p>
-        [% END %]
         [%#Each content page needs (at minimum) an <h2> describing the content%]
         [% content %] 
         <h2 class="sr-only">[% l('Additional Resources') %]</h2>
index 6dc92d1..a6751d6 100644 (file)
@@ -3,8 +3,6 @@
     <div class="col-md-12 text-center">
       <img src="[% ctx.media_prefix %]/images/portal/logo.png" alt="Evergreen" />
       <h1 class="sr-only" i18n>Evergreen Staff Client Home Page</h1>
-      <br/>
-      <strong style="color:red;font-size:20px;">TRAINING SERVER - DO NOT USE FOR LIVE TRANSACTIONS</strong>
     </div>
   </div>
   <br/>