Bug 9132: Paging through OPAC authority search results does not work (followup 1...
authorFridolyn SOMERS <fridolyn.somers@biblibre.com>
Fri, 23 Nov 2012 11:14:03 +0000 (12:14 +0100)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Wed, 28 Nov 2012 13:13:18 +0000 (08:13 -0500)
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
koha-tmpl/opac-tmpl/prog/en/includes/opac-authorities.inc
koha-tmpl/opac-tmpl/prog/en/modules/opac-authorities-home.tt

index 1a96788..0cb0efe 100644 (file)
@@ -50,7 +50,7 @@
 [% END %]
 [% BLOCK authheadingdisplay %]
     [% IF authid %]<a href="/cgi-bin/koha/opac-authoritiesdetail.pl?authid=[% authid %]">[% heading %]</a>
-    [% ELSIF search %]<a href="/cgi-bin/koha/opac-authorities-home.pl?op=do_search&type=opac&operator=contains&marclist=mainentry&and_ora=and&orderby=HeadingAsc&value=[% search %]">[% heading %]</a>
+    [% ELSIF search %]<a href="/cgi-bin/koha/opac-authorities-home.pl?op=do_search&type=opac&operator=contains&marclist=mainentry&and_or=and&orderby=HeadingAsc&value=[% search %]">[% heading %]</a>
     [% ELSE %][% heading %]
     [% END %]
 [% END %]
index 93f27b9..e0bf5a9 100644 (file)
@@ -33,7 +33,7 @@
                     <option value="match">in any heading</option>
                     <option value="mainentry">in main entry</option>
                 </select>
-                <input type="hidden" name="and_ora" value="and" />
+                <input type="hidden" name="and_or" value="and" />
                 <input type="hidden" name="excluding" value="" />
             </li>
             <li><label for="orderby">Order by: </label><select name="orderby" id="orderby">