summaryrefslogtreecommitdiffstats
path: root/system/application/views/file/deleted.php
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2010-12-19 14:21:51 +0100
committerFlorian Pritz <bluewind@xssn.at>2010-12-19 14:21:51 +0100
commitbb64fc9350d9159ea23f415de7964b6a4b2123d4 (patch)
treea89144c943c43c8b9599800d3bc9f4245850b740 /system/application/views/file/deleted.php
parent0d313a32f230071fcb53c84efe0e0e7296bcee46 (diff)
add deleteion support to the webui
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'system/application/views/file/deleted.php')
-rw-r--r--system/application/views/file/deleted.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/application/views/file/deleted.php b/system/application/views/file/deleted.php
new file mode 100644
index 000000000..865b5304a
--- /dev/null
+++ b/system/application/views/file/deleted.php
@@ -0,0 +1,3 @@
+<div style="text-align:center">
+ <p><?php echo $id; ?> has been deleted.</p>
+</div>