mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
Confirmation when deleting packages
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
f08fbbe80e
commit
b5bc6ab742
4 changed files with 13 additions and 3 deletions
|
@ -108,6 +108,9 @@ for ($i = 0; $row = mysql_fetch_assoc($result); $i++) {
|
|||
<option value='do_Notify'><?php print __("Notify") ?></option>
|
||||
<option value='do_UnNotify'><?php print __("UnNotify") ?></option>
|
||||
</select>
|
||||
<?php if ($atype == "Trusted User" || $atype == "Developer"): ?>
|
||||
<input type='checkbox' name='confirm_Delete' value='1' /> <?php print __("Confirm") ?>
|
||||
<?php endif; ?>
|
||||
<input type='submit' class='button' style='width: 80px' value='<?php print __("Go") ?>' />
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue