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>
This commit is contained in:
Thibaud Guillot 2024-05-17 11:13:21 +02:00 committed by Katrin Fischer
parent 5080eecc22
commit 4090034367
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -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 %]