Bugzilla – Attachment 1153 Details for
Bug 3187
pagination in authority search doesn't work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
bugfix
0001--bug-3187-authority-search-pagination-doesn-t-work.patch (text/plain), 1.16 KB, created by
Chris Cormack
on 2009-05-05 09:54:00 UTC
(
hide
)
Description:
bugfix
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2009-05-05 09:54:00 UTC
Size:
1.16 KB
patch
obsolete
>From 85f46e9db70d0209cea1245bc4fc1cd88c3905d5 Mon Sep 17 00:00:00 2001 >From: Nahuel ANGELINETTI <nahuel.angelinetti@biblibre.com> >Date: Tue, 5 May 2009 11:52:36 +0200 >Subject: [PATCH] (bug #3187) authority search pagination doesn't work >Content-Type: text/plain; charset="utf-8" > >this patch just set a marclist argument value on search authority, else the pagination won't work. >--- > .../prog/en/includes/authorities-search.inc | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc >index adc09ad..9a7b2e3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc >@@ -78,7 +78,7 @@ > <!-- /TMPL_IF --> > <!-- /TMPL_LOOP --> > </select> >- <input type="hidden" name="marclist" value="" /> >+ <input type="hidden" name="marclist" value="all" /> > <input type="hidden" name="and_or" value="and" /> > <input type="hidden" name="excluding" value="" /> > <select name="operator"> >-- >1.6.0.4 >
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 3187
: 1153