summaryrefslogtreecommitdiffstats
path: root/application/views/file/deleted.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/file/deleted.php')
-rw-r--r--application/views/file/deleted.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/application/views/file/deleted.php b/application/views/file/deleted.php
new file mode 100644
index 000000000..ef02398d9
--- /dev/null
+++ b/application/views/file/deleted.php
@@ -0,0 +1,14 @@
+<div class="center">
+ <?php if (!empty($errors)) {
+ echo "<p>";
+ echo implode("<br />\n", $errors);
+ echo "</p>";
+ } ?>
+ <?php if (!empty($msgs)) {
+ echo "<p>";
+ echo implode("<br />\n", $msgs);
+ echo "</p>";
+ } ?>
+
+ <p><?php echo $deleted_count; ?> of <?php echo $total_count; ?> deleted.</p>
+</div>