summaryrefslogtreecommitdiffstats
path: root/web/html/pkgdel.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/html/pkgdel.php')
-rw-r--r--web/html/pkgdel.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/pkgdel.php b/web/html/pkgdel.php
index face081..eb20967 100644
--- a/web/html/pkgdel.php
+++ b/web/html/pkgdel.php
@@ -34,7 +34,7 @@ if (has_credential(CRED_PKGBASE_DELETE)): ?>
<?php if (isset($_GET['via'])): ?>
<input type="hidden" name="via" value="<?= intval($_GET['via']) ?>" />
<?php endif; ?>
- <p><label><input type="checkbox" name="confirm" value="1" />
+ <p><label class="confirmation"><input type="checkbox" name="confirm" value="1" />
<?= __("Confirm package deletion") ?></label></p>
<p><input type="submit" class="button" name="do_Delete" value="<?= __("Delete") ?>" /></p>
</fieldset>