Bugzilla – Attachment 36539 Details for
Bug 12399
opaccredits printing at top on printable version
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12399: Small change to remove the whole paging
Bug-12399-Small-change-to-remove-the-whole-paging.patch (text/plain), 2.20 KB, created by
Brendan Gallagher
on 2015-03-05 08:47:10 UTC
(
hide
)
Description:
Bug 12399: Small change to remove the whole paging
Filename:
MIME Type:
Creator:
Brendan Gallagher
Created:
2015-03-05 08:47:10 UTC
Size:
2.20 KB
patch
obsolete
>From 4d9003d9b4053e6027b46db447b16af1c25f5e32 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Thu, 5 Mar 2015 09:36:48 +0100 >Subject: [PATCH] Bug 12399: Small change to remove the whole paging > >Previous patch only removed the next and previous buttons. >This patch changes it a bit to remove the whole paging from >the print view of the page. > >Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/page-numbers.inc | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/page-numbers.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/page-numbers.inc >index b234928..f18c9ce 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/page-numbers.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/page-numbers.inc >@@ -1,8 +1,8 @@ > [% IF ( PAGE_NUMBERS ) %] >- <div class="pagination pagination-small"> >+ <div class="pagination pagination-small noprint"> > <ul> > [% IF ( previous_page_offset.defined ) %] >- <li><a href="/cgi-bin/koha/opac-search.pl?[% query_cgi |html %][% limit_cgi |html %]&offset=[% previous_page_offset %][% IF ( sort_by ) %]&sort_by=[% sort_by |html %][% END %]" class="noprint">« Previous</a></li> >+ <li><a href="/cgi-bin/koha/opac-search.pl?[% query_cgi |html %][% limit_cgi |html %]&offset=[% previous_page_offset %][% IF ( sort_by ) %]&sort_by=[% sort_by |html %][% END %]">« Previous</a></li> > [% END %] > [% FOREACH PAGE_NUMBER IN PAGE_NUMBERS %] > [% IF ( PAGE_NUMBER.highlight ) %] >@@ -12,7 +12,7 @@ > [% END %] > [% END %] > [% IF ( next_page_offset ) %] >- <li><a href="/cgi-bin/koha/opac-search.pl?[% query_cgi |html %][% limit_cgi |html %]&offset=[% next_page_offset %][% IF ( sort_by ) %]&sort_by=[% sort_by |html %][% END %]" class="noprint">Next »</a></li> >+ <li><a href="/cgi-bin/koha/opac-search.pl?[% query_cgi |html %][% limit_cgi |html %]&offset=[% next_page_offset %][% IF ( sort_by ) %]&sort_by=[% sort_by |html %][% END %]">Next »</a></li> > [% END %] > </ul> > </div> >-- >1.7.10.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 12399
:
28758
|
35711
|
36263
|
36536
|
36537
|
36538
| 36539