Bugzilla – Attachment 166666 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.08 KB, created by
Victor Grousset/tuxayo
on 2024-05-14 01:54:08 UTC
(
hide
)
Description:
Bug 36844: (QA follow-up): fix forgotten 'for' attr change
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2024-05-14 01:54:08 UTC
Size:
1.08 KB
patch
obsolete
>From 4057553761a0f34e5595a1e7ba6b6e134084dcc8 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. >--- > 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 51b1161a85..e66fe24bf8 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.45.0
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