diff options
| author | Simon | 2011-03-18 19:28:17 +0100 |
|---|---|---|
| committer | Simon | 2011-03-18 19:28:17 +0100 |
| commit | 45d8e06df63ac8b73f4d7bd8e2b3b3e62a5e95ce (patch) | |
| tree | bbac126cf34c7ff311d001bf5dab049424a7fd2a /application/modules/user/views | |
| parent | User-Modul - löschen von Filtern möglich (diff) | |
| download | pbs2-45d8e06df63ac8b73f4d7bd8e2b3b3e62a5e95ce.tar.gz pbs2-45d8e06df63ac8b73f4d7bd8e2b3b3e62a5e95ce.tar.xz pbs2-45d8e06df63ac8b73f4d7bd8e2b3b3e62a5e95ce.zip | |
FilterController kann editieren
Diffstat (limited to 'application/modules/user/views')
| -rw-r--r-- | application/modules/user/views/scripts/filter/editfilter.phtml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/application/modules/user/views/scripts/filter/editfilter.phtml b/application/modules/user/views/scripts/filter/editfilter.phtml index 452a096..038f16a 100644 --- a/application/modules/user/views/scripts/filter/editfilter.phtml +++ b/application/modules/user/views/scripts/filter/editfilter.phtml @@ -1 +1,2 @@ -<br /><br /><center>View script for controller <b>Filter</b> and script/action name <b>editfilter</b></center>
\ No newline at end of file +<?php +echo $this->editfilterform; |
