From 87bdee60bcca219ad13ea9bd14cd5611f9dac4c6 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sun, 31 Jul 2011 19:05:01 +0200 Subject: Allow for merging deleted packages into existing ones Merge all comments and votes of deleted packages into another package if the "Merge with" field is used. Duplicate votes (votes from a user who already voted on the target package or voted on more than one of the deleted packages) are discarded. Signed-off-by: Lukas Fleischer --- 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 058002f..68d83d7 100644 --- a/web/template/actions_form.php +++ b/web/template/actions_form.php @@ -54,6 +54,8 @@ if ($atype == "Trusted User" || $atype == "Developer") { echo "\n"; + echo "\n"; + echo " "; echo " "; echo __("Confirm")."\n"; } -- cgit v1.2.3-54-g00ecf