OPAC Customization: Advanced Search Group Box
authorMcCanna <tmccanna@georgialibraries.org>
Tue, 7 Nov 2017 16:15:46 +0000 (11:15 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Mon, 13 Nov 2017 14:32:23 +0000 (09:32 -0500)
Remove duplicate group checkbox that was leftover when I moved the
position of the group checkbox before.

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

index 4f777d4..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 -->