Bugzilla – Attachment 69187 Details for
Bug 19643
Pagination buttons on staged marc management are stacking instead of inline
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19643: Pagination buttons on staged marc management are stacking instead of inline
Bug-19643-Pagination-buttons-on-staged-marc-manage.patch (text/plain), 2.06 KB, created by
Nick Clemens (kidclamp)
on 2017-11-17 01:10:02 UTC
(
hide
)
Description:
Bug 19643: Pagination buttons on staged marc management are stacking instead of inline
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2017-11-17 01:10:02 UTC
Size:
2.06 KB
patch
obsolete
>From ba61bfc627966854217ed1b0c50d7d83e16757dd Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 16 Nov 2017 19:19:33 +0000 >Subject: [PATCH] Bug 19643: Pagination buttons on staged marc management are > stacking instead of inline > >This patch modifies the template for staged MARC import management to >correct a problem with the style of pagination links. > >To test you must have more than 25 staged imports. Go to Tools -> Staged >MARC management. The pagination links, both at the top and the bottom, >should look correct (use multi-page SQL report results for reference). > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt >index b4403ef..9d30dc9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt >@@ -386,12 +386,11 @@ $(document).ready(function(){ > [% IF ( batch_list ) %] > [% IF ( pages ) %] > <div class="pages"> >-Page > [% FOREACH page IN pages %] > [% IF ( page.current_page ) %] > <span class="current">[% page.page_number %]</span> > [% ELSE %] >- <a class="nav" href="[% page.script_name %]?offset=[% page.offset %]">[% page.page_number %]</a> >+ <a href="[% page.script_name %]?offset=[% page.offset %]">[% page.page_number %]</a> > [% END %] > [% END %] > </div> >@@ -454,12 +453,11 @@ Page > </table> > [% IF ( pages ) %] > <div class="pages"> >-Page > [% FOREACH page IN pages %] > [% IF ( page.current_page ) %] > <span class="current">[% page.page_number %]</span> > [% ELSE %] >- <a class="nav" href="[% page.script_name %]?offset=[% page.offset %]">[% page.page_number %]</a> >+ <a href="[% page.script_name %]?offset=[% page.offset %]">[% page.page_number %]</a> > [% END %] > [% END %] > </div> >-- >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 19643
:
69186
|
69187
|
69377