summaryrefslogtreecommitdiffstats
path: root/system/application/views/file/delete_form.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/delete_form.php
parent0d313a32f230071fcb53c84efe0e0e7296bcee46 (diff)
add deleteion support to the webui
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'system/application/views/file/delete_form.php')
-rw-r--r--system/application/views/file/delete_form.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/system/application/views/file/delete_form.php b/system/application/views/file/delete_form.php
new file mode 100644
index 000000000..7d4f2329f
--- /dev/null
+++ b/system/application/views/file/delete_form.php
@@ -0,0 +1,9 @@
+<div style="text-align:center">
+ <?php echo form_open('file/delete/'.$id); ?>
+ <p>
+ <?php if($msg) echo $msg."<br />"; ?>
+ Password:<input type="password" name="password" size="10" />
+ <input type="submit" value="Delete" name="process" />
+ </p>
+ </form>
+</div>