mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Drop suffixes from confirm parameters
Remove the _delete and _disown suffixes from HTTP POST confirmation parameters. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
9b19f7595e
commit
5c64ae1a0e
8 changed files with 9 additions and 9 deletions
|
@ -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><input type="checkbox" name="confirm_Delete" value="1" />
|
||||
<p><input type="checkbox" name="confirm" value="1" />
|
||||
<?= __("Confirm package deletion") ?></p>
|
||||
<p><input type="submit" class="button" name="do_Delete" value="<?= __("Delete") ?>" /></p>
|
||||
</fieldset>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue