summaryrefslogtreecommitdiffstats
path: root/web/template
diff options
context:
space:
mode:
Diffstat (limited to 'web/template')
-rw-r--r--web/template/account_delete.php4
-rw-r--r--web/template/pkg_search_results.php2
2 files changed, 3 insertions, 3 deletions
diff --git a/web/template/account_delete.php b/web/template/account_delete.php
index 03951fe..faa0137 100644
--- a/web/template/account_delete.php
+++ b/web/template/account_delete.php
@@ -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") ?>" />
diff --git a/web/template/pkg_search_results.php b/web/template/pkg_search_results.php
index 7134f2d..e866282 100644
--- a/web/template/pkg_search_results.php
+++ b/web/template/pkg_search_results.php
@@ -123,7 +123,7 @@ if (!$result): ?>
<label for="merge_Into"><?= __("Merge into") ?></label>
<input type="text" id="merge_Into" name="merge_Into" />
<?php endif; ?>
- <input type="checkbox" name="confirm" value="1" /> <?= __("Confirm") ?>
+ <label><input type="checkbox" name="confirm" value="1" /> <?= __("Confirm") ?></label>
<input type="hidden" name="token" value="<?= htmlspecialchars($_COOKIE['AURSID']) ?>" />
<input type="submit" class="button" style="width: 80px" value="<?= __("Go") ?>" />
</p>