Bugzilla – Attachment 166771 Details for
Bug 36844
Set library, desk, and cash register menu follow-ups
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36844: (QA follow-up): fix forgotten 'for' attr change
Bug-36844-QA-follow-up-fix-forgotten-for-attr-chan.patch (text/plain), 1.14 KB, created by
Nick Clemens (kidclamp)
on 2024-05-15 11:55:18 UTC
(
hide
)
Description:
Bug 36844: (QA follow-up): fix forgotten 'for' attr change
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2024-05-15 11:55:18 UTC
Size:
1.14 KB
patch
obsolete
>From 81c2d9864540e692fa1d187fd46b0c63509c8d90 Mon Sep 17 00:00:00 2001 >From: Victor Grousset/tuxayo <victor@tuxayo.net> >Date: Tue, 14 May 2024 03:50:48 +0200 >Subject: [PATCH] Bug 36844: (QA follow-up): fix forgotten 'for' attr change > >It didn't match the <select> id. > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt >index 51b1161a851..e66fe24bf87 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt >@@ -143,7 +143,7 @@ > [% UNLESS IndependentBranches %] > <p> > [% IF Koha.Preference('ForceLibrarySelection') %] >- <label for="branch" class="required">Library:</label> >+ <label for="set-library-branch" class="required">Library:</label> > <select name="branch" id="set-library-branch" class="input" tabindex="3" required="required"> > <option value=""></option> > [% ELSE %] >-- >2.39.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 36844
:
166651
|
166657
|
166662
|
166665
|
166666
|
166770
| 166771 |
166772