summaryrefslogtreecommitdiffstats
path: root/application/views/scripts
diff options
context:
space:
mode:
authormichael pereira2011-03-02 16:27:02 +0100
committermichael pereira2011-03-02 16:27:02 +0100
commit0d14ddc91774912842e657f73f2eb1b9362bd5df (patch)
tree813b88666f577d5f9cc0865b439304d74b57606b /application/views/scripts
parentMapper gefixt (diff)
downloadpbs2-0d14ddc91774912842e657f73f2eb1b9362bd5df.tar.gz
pbs2-0d14ddc91774912842e657f73f2eb1b9362bd5df.tar.xz
pbs2-0d14ddc91774912842e657f73f2eb1b9362bd5df.zip
ka
Diffstat (limited to 'application/views/scripts')
-rw-r--r--application/views/scripts/filter/index.phtml1
-rw-r--r--application/views/scripts/person/index.phtml21
2 files changed, 0 insertions, 22 deletions
diff --git a/application/views/scripts/filter/index.phtml b/application/views/scripts/filter/index.phtml
deleted file mode 100644
index bace90f..0000000
--- a/application/views/scripts/filter/index.phtml
+++ /dev/null
@@ -1 +0,0 @@
-<br /><br /><center>View script for controller <b>Filter</b> and script/action name <b>index</b></center> \ No newline at end of file
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;?>