diff options
| author | Simon | 2011-03-09 18:37:34 +0100 |
|---|---|---|
| committer | Simon | 2011-03-09 18:37:34 +0100 |
| commit | 431b51eba154912c7a636f54cf8de918c7c09147 (patch) | |
| tree | 1ab84db4ae179a4ce62642ecf6501d6956d30f19 /application/views/scripts | |
| parent | Form-Verhalten geändert & Datenbank korrigiert (diff) | |
| download | pbs2-431b51eba154912c7a636f54cf8de918c7c09147.tar.gz pbs2-431b51eba154912c7a636f54cf8de918c7c09147.tar.xz pbs2-431b51eba154912c7a636f54cf8de918c7c09147.zip | |
Testen der Filter mit Dummywerten über Formular möglich
Diffstat (limited to 'application/views/scripts')
| -rw-r--r-- | application/views/scripts/filter/index.phtml | 3 | ||||
| -rw-r--r-- | application/views/scripts/filter/testevaluate.phtml | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/application/views/scripts/filter/index.phtml b/application/views/scripts/filter/index.phtml index a3d3efa..c14bf51 100644 --- a/application/views/scripts/filter/index.phtml +++ b/application/views/scripts/filter/index.phtml @@ -110,3 +110,6 @@ <p>There are no filters to display.</p> <?php endif;?> +<?php echo $this->formButton('createconfig', 'Test Filters', array( + 'onclick' => 'self.location="/filter/testevaluate"', + 'class' => 'addbutton'))?> diff --git a/application/views/scripts/filter/testevaluate.phtml b/application/views/scripts/filter/testevaluate.phtml new file mode 100644 index 0000000..8a10629 --- /dev/null +++ b/application/views/scripts/filter/testevaluate.phtml @@ -0,0 +1,4 @@ +<h1>Test Filters</h1> + +<?php +echo $this->filterevaluate; |
