Bugzilla – Attachment 64997 Details for
Bug 18916
Add pagination to top of search results in staff client
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18916: Add pagination to top of search results in staff client
Bug-18916-Add-pagination-to-top-of-search-results-.patch (text/plain), 1.32 KB, created by
Lee Jamison
on 2017-07-11 13:00:58 UTC
(
hide
)
Description:
Bug 18916: Add pagination to top of search results in staff client
Filename:
MIME Type:
Creator:
Lee Jamison
Created:
2017-07-11 13:00:58 UTC
Size:
1.32 KB
patch
obsolete
>From 3ee3b9bbdbaf801503d957054d1d6922d555cac8 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Mon, 10 Jul 2017 00:14:10 +0000 >Subject: [PATCH] Bug 18916: Add pagination to top of search results in staff > client > >To look the same as OPAC. > >To test: >1) Do a catalogue search in staff client that results in more than one >page >2) Notice pagination is only at the bottom >3) Apply patch and refresh page >4) Notice pagination is at top also > >Sponsored-by: Catalyst IT > >Signed-off-by: Lee Jamison <ldjamison@marywood.edu> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >index fc212d9..29b70a4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >@@ -485,6 +485,9 @@ var holdForPatron = function () { > [% ELSE %] > > <div id="searchresults"> >+ >+ [% INCLUDE 'page-numbers.inc' %] >+ > <form action="/cgi-bin/koha/catalogue/search.pl" method="get" name="bookbag_form" id="bookbag_form"> > [% IF ( searchdesc ) %] > [% FOREACH QUERY_INPUT IN QUERY_INPUTS %] >-- >2.1.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 18916
:
64939
|
64997
|
67773