From d6c76b1fe30fc8065c985c31df633c3c6cbbed9f Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 1 May 2012 23:39:57 +0200 Subject: add ID/info to display more information about a file The table is shared with the old delete_form, but it doesn't display the delete button in info mode. Signed-off-by: Florian Pritz --- application/views/file/delete_form.php | 35 ------------------------------ application/views/file/file_info.php | 39 ++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 35 deletions(-) delete mode 100644 application/views/file/delete_form.php create mode 100644 application/views/file/file_info.php (limited to 'application/views/file') diff --git a/application/views/file/delete_form.php b/application/views/file/delete_form.php deleted file mode 100644 index 55827c019..000000000 --- a/application/views/file/delete_form.php +++ /dev/null @@ -1,35 +0,0 @@ -
- - ".$msg."

"; ?> - - -

You are about to delete the following upload:

- - - - - - - - - - - - - - - - - - - - - - -
ID
Filename
Date of upload
Size
Mimetype
- - - - - -
diff --git a/application/views/file/file_info.php b/application/views/file/file_info.php new file mode 100644 index 000000000..1e9d9fdfd --- /dev/null +++ b/application/views/file/file_info.php @@ -0,0 +1,39 @@ +
+ + ".$msg."

"; ?> + + +

You are about to delete the following upload:

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
ID
Filename
Date of upload
Date of removal
Size
Mimetype
+ + + + + +
-- cgit v1.2.3-24-g4f1b