Bugzilla – Attachment 143973 Details for
Bug 32236
Batch item modification - alignment of tick box for 'Use default values'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32236: Fix alignment of checkbox "Use default values" for item batch modification
Bug-32236-Fix-alignment-of-checkbox-Use-default-va.patch (text/plain), 1.96 KB, created by
Katrin Fischer
on 2022-11-16 21:51:42 UTC
(
hide
)
Description:
Bug 32236: Fix alignment of checkbox "Use default values" for item batch modification
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-11-16 21:51:42 UTC
Size:
1.96 KB
patch
obsolete
>From b5043b8b4d22b330e505f6011a8a43c936f6db7f Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Wed, 16 Nov 2022 21:49:17 +0000 >Subject: [PATCH] Bug 32236: Fix alignment of checkbox "Use default values" for > item batch modification > >This moves the label to the right in front of the checkbox. >It also shortens the label by adding an additional longer hint text. > >To test: >* Go to cataloguing > item batch modification >* On the first page of the tool, look at the checkbox at the bottom >* Apply the patch >* Verify changes >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt | 7 +++---- > 1 file changed, 3 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt >index 91f29988fe..e3d80a0a63 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt >@@ -71,10 +71,9 @@ > <legend>Use default values</legend> > <ol class="radio"> > <li> >- <label> >- <input type="checkbox" name="use_default_values" id="use_default_values" /> >- Populate fields with default values from default framework >- </label> >+ <label for="use_default_values">Use default values:</label> >+ <input type="checkbox" name="use_default_values" id="use_default_values" /> >+ <span class="hint">Populate fields with default values from default framework</span> > </li> > </ol> > </fieldset> >-- >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 32236
:
143973
|
143977
|
144170