summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/person/index.phtml
diff options
context:
space:
mode:
authorSimon2011-03-02 15:29:33 +0100
committerSimon2011-03-02 15:29:33 +0100
commit470e4a77c5283e18940b89404f49dd31b13fb8e6 (patch)
treee4037595c1ba1f4757e36e3b77e8ea8a600fe05a /application/views/scripts/person/index.phtml
parentDie Models geändert da kein return der Objekte angegeben war && FilterContro... (diff)
downloadpbs2-470e4a77c5283e18940b89404f49dd31b13fb8e6.tar.gz
pbs2-470e4a77c5283e18940b89404f49dd31b13fb8e6.tar.xz
pbs2-470e4a77c5283e18940b89404f49dd31b13fb8e6.zip
filter controller - index action geändert
Diffstat (limited to 'application/views/scripts/person/index.phtml')
-rw-r--r--application/views/scripts/person/index.phtml22
1 files changed, 1 insertions, 21 deletions
diff --git a/application/views/scripts/person/index.phtml b/application/views/scripts/person/index.phtml
index 710e08f..1ba7791 100644
--- a/application/views/scripts/person/index.phtml
+++ b/application/views/scripts/person/index.phtml
@@ -1,21 +1 @@
-<?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;?>
+<br /><br /><center>View script for controller <b>Person</b> and script/action name <b>index</b></center>