summaryrefslogtreecommitdiffstats
path: root/application/views/file/deleted.php
blob: 8a5818f2d7efa1c6c5a6628683fd3b8ec35a0793 (plain)
1
2
3
4
5
6
7
8
9
10
11
<div class="center">
	<?php if (!empty($errors)) {
		echo "<p>";
		foreach ($errors as $error) {
			echo "${error["id"]}: ${error["reason"]}<br>\n";
		}
		echo "</p>";
	} ?>

	<p><?php echo $deleted_count; ?> of <?php echo $total_count; ?> deleted.</p>
</div>