From b5bc6ab7421d8a7e88c54441431bad4e2f899e88 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Fri, 25 Jun 2010 17:16:05 +0200 Subject: Confirmation when deleting packages Signed-off-by: Loui Chang --- web/template/actions_form.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'web/template/actions_form.php') diff --git a/web/template/actions_form.php b/web/template/actions_form.php index de77645..d1559f5 100644 --- a/web/template/actions_form.php +++ b/web/template/actions_form.php @@ -47,6 +47,8 @@ if ($row["MaintainerUID"] == 0) { if ($atype == "Trusted User" || $atype == "Developer") { echo "\n"; + echo " "; + echo __("Confirm")."\n"; } ?> -- cgit v1.2.3-54-g00ecf