summaryrefslogtreecommitdiffstats
path: root/application/views/file_plaintext/deleted.php
blob: 347766092cdf84fb37d133a01e3c4248c7b9a97c (plain)
1
2
3
4
5
6
7
8
<?php if (!empty($errors)) {
	echo implode("\n", $errors);
} ?>
<?php if (!empty($msgs)) {
	echo implode("\n", $msgs);
} ?>

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