Bugzilla – Attachment 163648 Details for
Bug 21272
MARC import should warn about mis-matched branch during staged import
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21272: Change warning message
Bug-21272-Change-warning-message.patch (text/plain), 2.11 KB, created by
Matthias Le Gac
on 2024-03-21 18:27:42 UTC
(
hide
)
Description:
Bug 21272: Change warning message
Filename:
MIME Type:
Creator:
Matthias Le Gac
Created:
2024-03-21 18:27:42 UTC
Size:
2.11 KB
patch
obsolete
>From 79d727ba1b4804236b48c03c11283a3138b18311 Mon Sep 17 00:00:00 2001 >From: Matthias Le Gac <matthias.le-gac@inlibro.com> >Date: Thu, 21 Mar 2024 12:45:07 -0400 >Subject: [PATCH] Bug 21272: Change warning message > >--- > .../prog/en/modules/tools/manage-marc-import.tt | 13 +++++++------ > 1 file changed, 7 insertions(+), 6 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 f511e7dc40..7f88caf0fa 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 >@@ -304,12 +304,13 @@ > <input type="submit" class="button" name="mainformsubmit" value="Import this batch into the catalog" /> > </fieldset> > [% IF ( missing_branches ) %] >- <div class="dialog alert"><span>There are some missing libraries in your installation:</span> >- [% FOREACH branche IN branches %] >- <a href="/cgi-bin/koha/admin/branches.pl?op=add_form" target="_blank"> >- [% branche | html %] >- </a> >- [% END %] >+ <div class="dialog alert"> >+ <span>One and more records contains incorrect library codes which are not part of your installation:</span> >+ <span> >+ [% FOREACH branche IN branches %] >+ [% branche | html %] >+ [% END %] >+ </span> > </div> > [% END %] > </form> <!-- /#import_batch_form --> >-- >2.34.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 21272
:
155038
|
155039
|
155043
|
155523
|
155524
|
155525
|
158683
|
163646
| 163648 |
164143
|
164147
|
164148
|
164149