mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Wrap all confirmation checkbox labels in label tag
Without a label tag around the label it won't be clickable. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
0fa4836e66
commit
226376fc62
5 changed files with 9 additions and 9 deletions
|
@ -12,8 +12,8 @@
|
|||
<input type="hidden" name="token" value="<?= htmlspecialchars($_COOKIE['AURSID']) ?>" />
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
<p><input type="checkbox" name="confirm" value="1" />
|
||||
<?= __("Confirm deletion") ?></p>
|
||||
<p><label><input type="checkbox" name="confirm" value="1" />
|
||||
<?= __("Confirm deletion") ?></label></p>
|
||||
|
||||
<p>
|
||||
<input type="submit" class="button" value="<?= __("Delete") ?>" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue