Bugzilla – Attachment 145274 Details for
Bug 15869
Change framework on overlay
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15869: (QA follow-up) Add some padding around the pulldowns
Bug-15869-QA-follow-up-Add-some-padding-around-the.patch (text/plain), 4.25 KB, created by
Kyle M Hall (khall)
on 2023-01-13 13:24:55 UTC
(
hide
)
Description:
Bug 15869: (QA follow-up) Add some padding around the pulldowns
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2023-01-13 13:24:55 UTC
Size:
4.25 KB
patch
obsolete
>From 32dd534cd7f6371b1ce9a20f10bad7140c32c01e Mon Sep 17 00:00:00 2001 >From: Kyle Hall <kyle@bywatersolutions.com> >Date: Fri, 13 Jan 2023 08:23:27 -0500 >Subject: [PATCH] Bug 15869: (QA follow-up) Add some padding around the > pulldowns > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../en/modules/tools/manage-marc-import.tt | 35 ++++++++++--------- > 1 file changed, 19 insertions(+), 16 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 70eec40898..2c7680ad6e 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 >@@ -267,22 +267,25 @@ > <input type="hidden" name="import_batch_id" value="[% import_batch_id | html %]" /> > <fieldset class="action"> > [% IF ( record_type != 'auth' ) %] >- Add new bibliographic records into this framework: >- <select name="framework" id="frameworks"> >- <option value="">Default</option> >- [% FOREACH framework IN frameworks %] >- <option value="[% framework.frameworkcode | html %]">[% framework.frameworktext | html %]</option> >- [% END %] >- </select> >- <br/> >- When replacing records use this framework: >- <select name="overlay_framework" id="overlay_frameworks"> >- <option value="_USE_ORIG_">Keep original framework</option> >- <option value="">Default</option> >- [% FOREACH framework IN frameworks %] >- <option value="[% framework.frameworkcode | html %]">[% framework.frameworktext | html %]</option> >- [% END %] >- </select> >+ <div class="form-group"> >+ Add new bibliographic records into this framework: >+ <select name="framework" id="frameworks"> >+ <option value="">Default</option> >+ [% FOREACH framework IN frameworks %] >+ <option value="[% framework.frameworkcode | html %]">[% framework.frameworktext | html %]</option> >+ [% END %] >+ </select> >+ </div> >+ <div class="form-group"> >+ When replacing records use this framework: >+ <select name="overlay_framework" id="overlay_frameworks"> >+ <option value="_USE_ORIG_">Keep original framework</option> >+ <option value="">Default</option> >+ [% FOREACH framework IN frameworks %] >+ <option value="[% framework.frameworkcode | html %]">[% framework.frameworktext | html %]</option> >+ [% END %] >+ </select> >+ </div> > [% END %] > <br /> > <input type="submit" class="button" name="mainformsubmit" value="Import this batch into the catalog" /> >-- >2.30.2
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 15869
:
55543
|
70800
|
77018
|
140857
|
140858
|
142257
|
142258
|
143033
|
145271
|
145272
|
145273
| 145274 |
145406