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
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit 4090034367
)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
parent
33370ea55b
commit
dacd7fabbe
1 changed files with 1 additions and 1 deletions
|
@ -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 %]
|
||||
|
|
Loading…
Reference in a new issue