PINES Customization: Group Records Checkbox
authorTerran McCanna <tmccanna@georgialibraries.org>
Wed, 30 Aug 2017 15:45:21 +0000 (11:45 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Sat, 8 Sep 2018 02:32:09 +0000 (22:32 -0400)
Had moved checkbox to a different spot on page in previous
release. This release added it back, which caused a duplicate
checkbox. This patch removes the duplicate.

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

index a3bd339..4f777d4 100644 (file)
                         id=adv_chunk.id
                         value=default_sort class='results_header_sel';
                     %]
-
-<<<<<<< HEAD
-<<<<<<< HEAD
                     [% IF NOT metarecords.disabled %]
                         <br/><!-- <br> may seem redundant, but it allows the
                             <input> (below) to drop down inline w/ its label -->
                                 [% l("Group Formats and Editions") %]</label>
                         </div>
                     [% END %]
-=======
->>>>>>> 099a674... OPAC advanced search page UI tweaks. (Terran)
-
-=======
->>>>>>> 03ad13e... OPAC Updates related to page text and translations. Also required are the
+                    
+<!-- PINES customization: moved group checkbox lower on page -->
+                  
                 [% CASE "copy_location" %]
                     <select id="adv_copy_location_selector"
                         title="[% l('Select Shelving Location') %]"
         </div>
     </div>
     
-    <!-- moved checkboxes into their own div for readability -->
+    <!-- PINES Customization: moved checkboxes into their own div for readability -->
     <div style="clear:left;padding-left:20px;">
         <input type='checkbox' name="modifier"
             value="available"[% CGI.param('modifier').grep('available').size ? ' checked="checked"' : '' %]