Bugzilla – Attachment 169773 Details for
Bug 35235
Mismatched label on notice edit form
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35235: Make "Koha module" label match the corresponding <select>
Bug-35235-Make-Koha-module-label-match-the-corresp.patch (text/plain), 1.42 KB, created by
Sam Lau
on 2024-07-26 18:49:31 UTC
(
hide
)
Description:
Bug 35235: Make "Koha module" label match the corresponding <select>
Filename:
MIME Type:
Creator:
Sam Lau
Created:
2024-07-26 18:49:31 UTC
Size:
1.42 KB
patch
obsolete
>From d6d5378e27ef8290041453fb282124aace307db7 Mon Sep 17 00:00:00 2001 >From: Catalyst Bug Squasher <koha-training@catalyst.net.nz> >Date: Thu, 25 Jul 2024 23:30:42 +0000 >Subject: [PATCH] Bug 35235: Make "Koha module" label match the corresponding > <select> > >Test Plan >1. Go to Tools -> Notices and slips -> New notice >2. Select Acquisition >3. Click on the Koha module label >4. The corresponding drop down field should activate (greyed) > >Signed-off-by: Sam Lau <samalau@gmail.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >index ead1d171b4..350cfe8ce8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >@@ -375,7 +375,7 @@ > </li> > [% END # /IF independant_branch %] > <li> >- <label for="module">Koha module:</label> >+ <label for="newmodule">Koha module:</label> > <input type="hidden" name="oldmodule" value="[% module | html %]" /> > [% IF adding %] > <select name="module" id="newmodule"> >-- >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 35235
:
169628
|
169773
|
169989