Bugzilla – Attachment 4109 Details for
Bug 6300
can't get to other pages of marc import
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed fix
0001-Fix-for-Bug-6300-can-t-get-to-other-pages-of-marc-im.patch (text/plain), 1.67 KB, created by
Owen Leonard
on 2011-05-13 16:03:49 UTC
(
hide
)
Description:
Proposed fix
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2011-05-13 16:03:49 UTC
Size:
1.67 KB
patch
obsolete
>From ac71c4743fa2cd36509d4c8b30020dee8a84befe Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 13 May 2011 11:59:58 -0400 >Subject: [PATCH] Fix for Bug 6300 - can't get to other pages of marc import >Content-Type: text/plain; charset="utf-8" > >T:T variable scope error. >--- > .../prog/en/modules/tools/manage-marc-import.tt | 4 ++-- > 1 files changed, 2 insertions(+), 2 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 526f8c9..b5083ae 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 >@@ -268,7 +268,7 @@ Page > [% IF ( page.current_page ) %] > <span class="current">[% page.page_number %]</span> > [% ELSE %] >- <a class="nav" href="[% page.script_name %]?import_batch_id=[% page.import_batch_id %]&offset=[% page.offset %]">[% page.page_number %]</a> >+ <a class="nav" href="[% page.script_name %]?import_batch_id=[% import_batch_id %]&offset=[% page.offset %]">[% page.page_number %]</a> > [% END %] > [% END %] > </div> >@@ -308,7 +308,7 @@ Page > [% IF ( page.current_page ) %] > <span class="current">[% page.page_number %]</span> > [% ELSE %] >- <a class="nav" href="[% page.script_name %]?import_batch_id=[% page.import_batch_id %]&offset=[% page.offset %]">[% page.page_number %]</a> >+ <a class="nav" href="[% page.script_name %]?import_batch_id=[% import_batch_id %]&offset=[% page.offset %]">[% page.page_number %]</a> > [% END %] > [% END %] > </div> >-- >1.7.3 >
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 6300
:
4036
| 4109