mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00: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
|
@ -122,7 +122,7 @@ if (!$result): ?>
|
|||
<?php if (has_credential(CRED_PKGBASE_DELETE)): ?>
|
||||
<label for="merge_Into"><?= __("Merge into") ?></label>
|
||||
<input type="text" id="merge_Into" name="merge_Into" />
|
||||
<input type="checkbox" name="confirm_Delete" value="1" /> <?= __("Confirm") ?>
|
||||
<input type="checkbox" name="confirm" value="1" /> <?= __("Confirm") ?>
|
||||
<?php endif; ?>
|
||||
<input type="hidden" name="token" value="<?= htmlspecialchars($_COOKIE['AURSID']) ?>" />
|
||||
<input type="submit" class="button" style="width: 80px" value="<?= __("Go") ?>" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue