Bugzilla – Attachment 194549 Details for
Bug 41827
Update authority types pages to use grid layout for forms
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41827: (follow-up) Correct input label and id
Bug-41827-follow-up-Correct-input-label-and-id.patch (text/plain), 1.71 KB, created by
Owen Leonard
on 2026-03-05 19:17:48 UTC
(
hide
)
Description:
Bug 41827: (follow-up) Correct input label and id
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2026-03-05 19:17:48 UTC
Size:
1.71 KB
patch
obsolete
>From 3187d87ea097be20cac3d81ad1a7e98259e0b9aa Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 5 Mar 2026 14:15:49 -0500 >Subject: [PATCH] Bug 41827: (follow-up) Correct input label and id > >--- > .../prog/en/modules/admin/auth_subfields_structure.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt >index 7ced7b1b4b8..3452974399e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt >@@ -143,10 +143,10 @@ > [% IF ( loo.new_subfield ) %] > <div class="fg-row"> > <div class="fg-label"> >- <label for="tagsubfieldinput[% loo.row | html %]">Subfield code: </label> >+ <label for="tagsubfield[% loo.row | html %]">Subfield code: </label> > </div> > <div class="fg-input"> >- <input type="text" name="tagsubfield" value="[% loo.tagsubfield | html %]" size="1" id="tagsubfield" maxlength="1" /> >+ <input type="text" name="tagsubfield" value="[% loo.tagsubfield | html %]" size="1" id="tagsubfield[% loo.row | html %]" maxlength="1" /> > </div> > </div> > [% ELSE %] >-- >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 41827
:
193014
|
194548
|
194549
|
194553
|
194554