Bugzilla – Attachment 166876 Details for
Bug 36892
Wrong label on filter-orders include
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36892: Fix label for 'is_standing' input
Bug-36892-Fix-label-for-isstanding-input.patch (text/plain), 1.25 KB, created by
Thibaud Guillot (thibaud_g)
on 2024-05-17 09:16:46 UTC
(
hide
)
Description:
Bug 36892: Fix label for 'is_standing' input
Filename:
MIME Type:
Creator:
Thibaud Guillot (thibaud_g)
Created:
2024-05-17 09:16:46 UTC
Size:
1.25 KB
patch
obsolete
>From dc89ec0ec9a80960fd02631c37fa50323bb64d18 Mon Sep 17 00:00:00 2001 >From: Thibaud Guillot <thibaud.guillot@biblibre.com> >Date: Fri, 17 May 2024 11:13:21 +0200 >Subject: [PATCH] Bug 36892: Fix label for 'is_standing' input > >Test plan: > >1) Go to acqui/histsearch.pl and look for "search_children_too" with dev > tools console. >2) On 'is_standing' input, the same label is used >3) Apply this patch and reload it >4) Now it's correct > >Sponsored by: BibLibre >--- > koha-tmpl/intranet-tmpl/prog/en/includes/filter-orders.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/filter-orders.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/filter-orders.inc >index 26214555069..d939531a26b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/filter-orders.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/filter-orders.inc >@@ -84,7 +84,7 @@ > <option value="cancelled">Cancelled</option> > [% END %] > </select> >- <label class="yesno" for="search_children_too"> >+ <label class="yesno" for="is_standing"> > [% IF filters.is_standing %] > <input type="checkbox" name="is_standing" id="is_standing" value="1" checked="checked" /> > [% ELSE %] >-- >2.30.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 36892
:
166876
|
166909
|
166912