Bugzilla – Attachment 169628 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.38 KB, created by
Koha Training Catalyst
on 2024-07-25 23:37:08 UTC
(
hide
)
Description:
Bug 35235: Make "Koha module" label match the corresponding <select>
Filename:
MIME Type:
Creator:
Koha Training Catalyst
Created:
2024-07-25 23:37:08 UTC
Size:
1.38 KB
patch
obsolete
>From cc6cf26ef4f4617ee425f418a2625c3e8232a861 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) >--- > 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