PINES OPAC Customizations - More Tweaks
authorTerran McCanna <tmccanna@georgialibraries.org>
Tue, 29 Dec 2020 19:51:19 +0000 (14:51 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Sat, 19 Nov 2022 19:58:15 +0000 (14:58 -0500)
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates-bootstrap/opac/parts/record/extras.tt2
Open-ILS/src/templates-bootstrap/opac/parts/result/facets.tt2

index b681ab4..41ded07 100755 (executable)
                         arrow = arrow_right;
                     END;
                 %]
-            <div class="card-header extra_header">
-              <a id='[% name %]' href='[% href %]' class="text-white" rel="nofollow" vocab="" style="text-decoration:none;">
-                <span>[% arrow %] [% extra.label | html %]</span>
-              </a>
+            <a id='[% name %]' href='[% href %]' class="text-white" rel="nofollow" vocab="" style="text-decoration:none;">
+           <div class="card-header extra_header">
+
+                <span>[% IF !(name == 'awards' OR name == 'addedcontent'); arrow; END %] [% extra.label | html %]</span>
+                </a>
             </div>
             [%  IF tab_is_active(name); %]
             <div class='card-body'>
index 7e93dbf..853752f 100755 (executable)
@@ -1,8 +1,5 @@
 <div class="container-fluid my-3">
-<div>
-    <div class="header_middle">[% l('Narrow Your Search') %]</div>
-    <i>[% l('PINES Facet Tip') %]</i>
-</div>
+<h2 style="font-size:1.5em;font-weight:bold;">[% l('Narrow Your Search') %] <a data-toggle="tooltip" data-original-title="[% l('PINES Facet Tip') %]"><i class="fas fa-question-circle" aria-hidden="true"></i></a></h2>
 <div class="facet_box_wrapper row">
 [%