summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/person/index.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/scripts/person/index.phtml')
-rw-r--r--application/views/scripts/person/index.phtml21
1 files changed, 0 insertions, 21 deletions
diff --git a/application/views/scripts/person/index.phtml b/application/views/scripts/person/index.phtml
deleted file mode 100644
index 710e08f..0000000
--- a/application/views/scripts/person/index.phtml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php if ($this->filters): ?>
-
- <!-- A table of filters. -->
- <table>
- <tr>
- <th>filterid</th>
- </tr>
-
- <?php foreach ($this->filters as $key => $val): ?>
- <tr>
- <td><?php echo $this->escape($val['title']) ?></td>
- </tr>
- <?php endforeach; ?>
-
- </table>
-
-<?php else: ?>
-
- <p>There are no filters to display.</p>
-
-<?php endif;?>