Bugzilla – Attachment 185010 Details for
Bug 40413
Patron list input missing "Required" label
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40413: Add "Required" label to patron list input
Bug-40413-Add-Required-label-to-patron-list-input.patch (text/plain), 1.49 KB, created by
Nick Clemens (kidclamp)
on 2025-08-01 13:48:02 UTC
(
hide
)
Description:
Bug 40413: Add "Required" label to patron list input
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2025-08-01 13:48:02 UTC
Size:
1.49 KB
patch
obsolete
>From 674261d6980550b9466ec57b1caa6cec6bb2ede0 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 30 Jul 2025 18:22:39 +0000 >Subject: [PATCH] Bug 40413: Add "Required" label to patron list input > >This patch adds the "Required" label to the patron list name field in >the form for creating a patron list. This makes it consistent with other >forms which has required fields. > >To test, apply the patch and go to Tools -> Patron lists -> New patron >list. > >The "Name" field should have a red label "Required" after it. > >Sponsored-by: Athens County Public Libraries >Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > .../intranet-tmpl/prog/en/modules/patron_lists/add-modify.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/add-modify.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/add-modify.tt >index 61c58ab6ae0..04c9d6b204d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/add-modify.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/add-modify.tt >@@ -58,6 +58,7 @@ > <li> > <label class="required" for="list-name">Name:</label> > <input id="list-name" name="name" type="text" class="required" required="required" value="[% list.name | html %]" /> >+ <span class="required">Required</span> > </li> > > <li> >-- >2.39.5
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 40413
:
184912
|
184913
| 185010