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 ++ web/template/pkg_search_results.php | 3 +++ 2 files changed, 5 insertions(+) (limited to 'web/template') 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"; } ?> diff --git a/web/template/pkg_search_results.php b/web/template/pkg_search_results.php index 364a352..bb898df 100644 --- a/web/template/pkg_search_results.php +++ b/web/template/pkg_search_results.php @@ -108,6 +108,9 @@ for ($i = 0; $row = mysql_fetch_assoc($result); $i++) { + + + -- cgit v1.2.3-54-g00ecf