From ace64c96d3f683eaff0f64cf3fb5275e03ed6ca4 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sat, 5 Apr 2014 16:23:26 +0200 Subject: Add full package list to the removal form In addition to naming the package base that is going to be removed or merged, list every single package that is affected. Signed-off-by: Lukas Fleischer --- web/html/pkgdel.php | 9 ++++++++- web/html/pkgmerge.php | 10 +++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) (limited to 'web/html') diff --git a/web/html/pkgdel.php b/web/html/pkgdel.php index d1026ce4..39fe81a4 100644 --- a/web/html/pkgdel.php +++ b/web/html/pkgdel.php @@ -20,8 +20,15 @@ if ($atype == "Trusted User" || $atype == "Developer"): ?>

- ', htmlspecialchars($pkgbase_name), ''); ?> +

+
    + +
  • + +
+

diff --git a/web/html/pkgmerge.php b/web/html/pkgmerge.php index 9ffd5e74..dbc5eac6 100644 --- a/web/html/pkgmerge.php +++ b/web/html/pkgmerge.php @@ -20,8 +20,16 @@ if ($atype == "Trusted User" || $atype == "Developer"): ?>

- ', htmlspecialchars($pkgbase_name), ''); ?> + +

+
    + +
  • + +
+

-- cgit v1.2.3-24-g4f1b