Bugzilla – Attachment 86928 Details for
Bug 22525
Navigation arrows on the bottom of Cataloging search pages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22525: Navigation arrows on the bottom of Cataloging search pages
Bug-22525-Navigation-arrows-on-the-bottom-of-Catal.patch (text/plain), 1.36 KB, created by
Bin Wen
on 2019-03-22 19:39:09 UTC
(
hide
)
Description:
Bug 22525: Navigation arrows on the bottom of Cataloging search pages
Filename:
MIME Type:
Creator:
Bin Wen
Created:
2019-03-22 19:39:09 UTC
Size:
1.36 KB
patch
obsolete
>From 737edd711dc51744795cb22cbd9385e8485e345b Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 19 Mar 2019 16:03:43 +0000 >Subject: [PATCH] Bug 22525: Navigation arrows on the bottom of Cataloging > search pages > >This patch adds a second set of pagination links to the cataloging >search result page, at the bottom of the first set of search results. > >Also added is a horizontal rule after the second set of links in order >to make it clearer that the links are for the search results above. > >To test, apply the patch and go to Cataloging. Perform a search which >will return multiple pages of results. Confirm that the links work >correctly. > >Signed-off-by: Marjorie <marjorie.barry-vila@collecto.ca> >Signed-off-by: Bin Wen <bin.wen@inlibro.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt >index 41d9d8beef..343c57912f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt >@@ -138,6 +138,8 @@ > </tr> > [% END %] > </table> >+ <div class="pages">[% pagination_bar | $raw %]</div> >+ <hr /> > </div> > [% ELSE %] > [% IF ( query ) %] >-- >2.17.1
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 22525
:
86690
|
86754
|
86755
|
86928
|
86958