From 90e96e3728b727f2318fb119a2ca165e81b11608 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sat, 3 Oct 2015 11:28:04 +0200 Subject: Redirect to details pages after performing actions After performing a package base action on a separate page, return to the corresponding package base details page. Partly fixes FS#46545. Signed-off-by: Lukas Fleischer --- web/html/pkgdel.php | 2 +- web/html/pkgdisown.php | 2 +- web/html/pkgflag.php | 2 +- web/html/pkgmerge.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'web/html') diff --git a/web/html/pkgdel.php b/web/html/pkgdel.php index eb20967f..c522e25b 100644 --- a/web/html/pkgdel.php +++ b/web/html/pkgdel.php @@ -26,7 +26,7 @@ if (has_credential(CRED_PKGBASE_DELETE)): ?>

-
+
diff --git a/web/html/pkgdisown.php b/web/html/pkgdisown.php index 48429396..7ca6e6a1 100644 --- a/web/html/pkgdisown.php +++ b/web/html/pkgdisown.php @@ -33,7 +33,7 @@ if (has_credential(CRED_PKGBASE_DISOWN, $maintainer_uids)): ?>

- +
diff --git a/web/html/pkgflag.php b/web/html/pkgflag.php index bfe89e03..b1ca03b2 100644 --- a/web/html/pkgflag.php +++ b/web/html/pkgflag.php @@ -27,7 +27,7 @@ if (has_credential(CRED_PKGBASE_FLAG)): ?> '', ''); ?>

- +
diff --git a/web/html/pkgmerge.php b/web/html/pkgmerge.php index f6e951b5..35113902 100644 --- a/web/html/pkgmerge.php +++ b/web/html/pkgmerge.php @@ -28,7 +28,7 @@ if (has_credential(CRED_PKGBASE_DELETE)): ?>

- +
-- cgit v1.2.3-24-g4f1b