From 2cc4778de8ed465a0c870f120ec06510b6828edd Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Fri, 13 Apr 2012 22:03:36 +0200 Subject: Hide delete button if user doesn't own the id It won't work anyway. Signed-off-by: Florian Pritz --- application/views/file/delete_form.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'application/views') diff --git a/application/views/file/delete_form.php b/application/views/file/delete_form.php index 9e4562081..55827c019 100644 --- a/application/views/file/delete_form.php +++ b/application/views/file/delete_form.php @@ -2,7 +2,9 @@ ".$msg."

"; ?> -

You are about to delete the following upload:

+ +

You are about to delete the following upload:

+ @@ -25,7 +27,9 @@
ID
- + + + -- cgit v1.2.3-24-g4f1b