Bugzilla – Attachment 13645 Details for
Bug 9132
Paging through OPAC authority search results does not work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch (follow-up 1)
0002-Bug-9132-Paging-through-OPAC-authority-search-result.patch (text/plain), 2.16 KB, created by
Fridolin Somers
on 2012-11-23 11:18:30 UTC
(
hide
)
Description:
Proposed patch (follow-up 1)
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2012-11-23 11:18:30 UTC
Size:
2.16 KB
patch
obsolete
>From dcb1f89f3d5a00369a30b776577c3ff9b2bb0f36 Mon Sep 17 00:00:00 2001 >From: Fridolyn SOMERS <fridolyn.somers@biblibre.com> >Date: Fri, 23 Nov 2012 12:14:03 +0100 >Subject: [PATCH 2/2] Bug 9132: Paging through OPAC authority search results > does not work (followup 1) input with and_ora instread > of and_or > >--- > .../prog/en/includes/opac-authorities.inc | 2 +- > .../prog/en/modules/opac-authorities-home.tt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/includes/opac-authorities.inc b/koha-tmpl/opac-tmpl/prog/en/includes/opac-authorities.inc >index 1a96788..0cb0efe 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/includes/opac-authorities.inc >+++ b/koha-tmpl/opac-tmpl/prog/en/includes/opac-authorities.inc >@@ -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 %] >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-authorities-home.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-authorities-home.tt >index 93f27b9..e0bf5a9 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-authorities-home.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-authorities-home.tt >@@ -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"> >-- >1.7.9.5 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 9132
:
13644
|
13645
|
13647
|
13648
|
13701
|
13702