Forces header & footer in OPAC to always be visible
authorTerran McCanna <tmccanna@georgialibraries.org>
Mon, 10 Jan 2022 17:10:05 +0000 (12:10 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Mon, 10 Jan 2022 21:09:37 +0000 (16:09 -0500)
(we can do this now since we are no longer embedding the
OPAC in an iframe in the web client)

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

index 39756cc..651f53f 100755 (executable)
@@ -1,4 +1,4 @@
-[% IF !ctx.is_staff %]
+
 <div id="footer-wrap" class="mt-auto">
 <div id="footer">
 <div class="row mx-0">
@@ -46,4 +46,4 @@
     </div>
     </div>
 </div>
-[% END %]
+
index 3631ccc..6d33101 100755 (executable)
@@ -6,12 +6,11 @@
 [% ctx.maintenance_message %]
 </div>
 [%- END -%]
-[% IF !ctx.is_staff %]
 
 <div id="header-wrap">
 [% INCLUDE "opac/parts/topnav_links.tt2" %]
 </div>
-[% END %]
+
 <div id="subheader-wrap">
  [% INCLUDE "opac/parts/topnav_subnav.tt2" %]
  </div>