Bugzilla – Attachment 169724 Details for
Bug 35236
Mismatched label on patron card batch edit form
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35236: Make "Batch description" label match corresponding <input> field
Bug-35236-Make-Batch-description-label-match-corre.patch (text/plain), 2.23 KB, created by
Martin Renvoize (ashimema)
on 2024-07-26 13:56:10 UTC
(
hide
)
Description:
Bug 35236: Make "Batch description" label match corresponding <input> field
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-07-26 13:56:10 UTC
Size:
2.23 KB
patch
obsolete
>From d95105c07b1908a86a1ed35a14035d0a4c4a8c94 Mon Sep 17 00:00:00 2001 >From: Jennifer Sutton <jennifersutton@catalyst.net.nz> >Date: Thu, 25 Jul 2024 23:11:16 +0000 >Subject: [PATCH] Bug 35236: Make "Batch description" label match corresponding > <input> field > >To test: > 1. Create a new patron. > 2. Go to Tools -> Patron card creator. > 3. Create a new patron card batch. > 4. On the "Edit patron card batch" page, click the "Batch > description:" label. > 5. Observe that the corresponding <input> field is selected. > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt >index cd932afff5d..905db3fe7c5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt >@@ -71,11 +71,11 @@ > [% INCLUDE 'csrf-token.inc' %] > <div> > <fieldset class="rows" style="border-bottom: 0px; border: 0px;"> >- <ol><li id="description"> >+ <ol><li> > <input type="hidden" name="op" value="cud-add" /> > <input type="hidden" name="batch_id" value="[% batch_id | html %]" /> > <label for="description">Batch description: </label> >- <input type="text" name="description" value="[% description | html %]"> <span id="change-status"></span> >+ <input type="text" id="description" name="description" value="[% description | html %]"> <span id="change-status"></span> > </li><li> > <label for="bor_num_list">Add by borrowernumber(s): > <br /> <span class="hint">One borrowernumber per line.</span> >-- >2.45.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 35236
:
169629
|
169636
|
169724
|
169725