Fix to grouped search result set navigation bar display issue in OPAC.
authorTerran McCanna <tmccanna@georgialibraries.org>
Mon, 12 Jan 2015 21:14:56 +0000 (16:14 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Tue, 22 Sep 2015 01:00:54 +0000 (21:00 -0400)
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Conflicts:
Open-ILS/src/templates/opac/results.tt2

Open-ILS/src/templates/opac/parts/result/facets.tt2
Open-ILS/src/templates/opac/results.tt2

index 5f244b9..e42e20a 100644 (file)
@@ -1,9 +1,12 @@
 <div class="facet_box_wrapper">
+    [% IF !CGI.url_param('metarecord') %]
     <div  style="border-right:1px solid #eee;width:15em;margin-bottom:10px;">
            <div class="header_middle">
-                   [% l('Narrow Your Search') %]</div>
+                   [% l('Narrow Your Search') %]
+           </div>
            <i>Tip: Click on the links below to narrow down your search results. To remove a search limit you've selected, click on the link again.</i>
        </div>
+       [% END %]
 [% 
 
 long_facets = CGI.param('long_facet') || [];
index 828c556..24fb816 100644 (file)
@@ -24,7 +24,7 @@
     [% INCLUDE "opac/parts/searchbar.tt2" took_care_of_form=1 %]
        <div class="header_middle" style="background-color:#fff;padding:20px 0px 10px 10px;margin:0px;font-size:2em;">[% l('Search Results') %]</div>
     <h3 class="sr-only">[% l('Additional search filters and navigation') %]</h3>
-    <div class="almost-content-wrapper">
+    <div class="almost-content-wrapper" style="background-color:#ccc;border-top:1px solid #666;border-bottom:1px solid #999;">
         [%# hide the header bar when displaying metarecord constituents 
           instead of skipping it altogether to allow the search form
           variables to propagate %]
@@ -36,8 +36,8 @@
                 mr_attrs.title) | html %]
           </div>
           [% IF CGI.param('query') %]
-          <div>
-            <a href="[% mkurl(ctx.opac_root _ '/results', {}, ['metarecord']); %]" rel="nofollow" vocab="">
+          <div class="results_header_bar" style="padding-top:13px;">&nbsp; &nbsp; &nbsp; &nbsp;  
+            <a href="[% mkurl(ctx.opac_root _ '/results', {}, ['metarecord']); %]" rel="nofollow" vocab="" style="text-decoration:none;font-weight:bold;">
               [% l('&#9668; Return to Grouped Search Results') %]
             </a>
           </div>