Bug 18624: (followup) opac-authorities-home.tt uses 'any'
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 7 Aug 2017 19:23:24 +0000 (16:23 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 15 Aug 2017 14:39:46 +0000 (11:39 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authorities-home.tt

index d3dfcf8..25c38b9 100644 (file)
@@ -59,7 +59,7 @@
                                     <li>
                                         <label for="marclist">Where:</label>
                                         <select name="marclist" id="marclist">
-                                            <option value="any" selected="selected">in the complete record</option>
+                                            <option value="all" selected="selected">in the complete record</option>
                                             <option value="match">in any heading</option>
                                             <option value="mainentry">in main entry</option>
                                         </select>