PINES Customization: Group Records Checkbox rel_2_12_4_advanced_search_group_checkbox
authorTerran McCanna <tmccanna@georgialibraries.org>
Wed, 30 Aug 2017 15:45:21 +0000 (11:45 -0400)
committerTerran McCanna <tmccanna@georgialibraries.org>
Wed, 30 Aug 2017 15:45:21 +0000 (11:45 -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 307fdf0..6f3d7c7 100644 (file)
                         id=adv_chunk.id
                         value=default_sort class='results_header_sel';
                     %]
-
-                    [% IF NOT metarecords.disabled %]
-                        <br/><!-- <br> may seem redundant, but it allows the
-                            <input> (below) to drop down inline w/ its label -->
-                        <div class="adv_search_available">
-                            <input type='checkbox' name="modifier" value="metabib"
-                              [%- CGI.param('modifier').grep('metabib').size || search.metarecord_default ?
-                                    ' checked="checked"' : '' %]
-                                id='opac.result.ismetabib' />
-                            <label for='opac.result.ismetabib'>
-                                [% l("Group Formats and Editions") %]</label>
-                        </div>
-                    [% END %]
+                    
+<!-- 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"' : '' %]