summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/filter
diff options
context:
space:
mode:
authorSimon2011-03-18 23:55:49 +0100
committerSimon2011-03-18 23:55:49 +0100
commit91480647487fbcd0a69936d9604575651f3b4fc1 (patch)
tree50fb0a62b09cf1ce6deec4bc971d343551ffef4b /application/modules/user/views/scripts/filter
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-91480647487fbcd0a69936d9604575651f3b4fc1.tar.gz
pbs2-91480647487fbcd0a69936d9604575651f3b4fc1.tar.xz
pbs2-91480647487fbcd0a69936d9604575651f3b4fc1.zip
FilterController fertig
pbs-newdata geƤndert
Diffstat (limited to 'application/modules/user/views/scripts/filter')
-rw-r--r--application/modules/user/views/scripts/filter/addfilterentry.phtml3
-rw-r--r--application/modules/user/views/scripts/filter/editfilterentry.phtml3
-rw-r--r--application/modules/user/views/scripts/filter/index.phtml3
3 files changed, 4 insertions, 5 deletions
diff --git a/application/modules/user/views/scripts/filter/addfilterentry.phtml b/application/modules/user/views/scripts/filter/addfilterentry.phtml
index f7240c8..d46c7f5 100644
--- a/application/modules/user/views/scripts/filter/addfilterentry.phtml
+++ b/application/modules/user/views/scripts/filter/addfilterentry.phtml
@@ -1 +1,2 @@
-<br /><br /><center>View script for controller <b>Filter</b> and script/action name <b>addfilterentry</b></center> \ No newline at end of file
+<?php
+echo $this->addform;
diff --git a/application/modules/user/views/scripts/filter/editfilterentry.phtml b/application/modules/user/views/scripts/filter/editfilterentry.phtml
index 60a1f6f..038f16a 100644
--- a/application/modules/user/views/scripts/filter/editfilterentry.phtml
+++ b/application/modules/user/views/scripts/filter/editfilterentry.phtml
@@ -1 +1,2 @@
-<br /><br /><center>View script for controller <b>Filter</b> and script/action name <b>editfilterentry</b></center> \ No newline at end of file
+<?php
+echo $this->editfilterform;
diff --git a/application/modules/user/views/scripts/filter/index.phtml b/application/modules/user/views/scripts/filter/index.phtml
index 94d77d7..8ca6174 100644
--- a/application/modules/user/views/scripts/filter/index.phtml
+++ b/application/modules/user/views/scripts/filter/index.phtml
@@ -118,6 +118,3 @@
<p>There are no filters to display.</p>
<?php endif;?>
-<?php echo $this->formButton('createconfig', 'Test Filters', array(
- 'onclick' => 'self.location="/user/filter/testevaluate"',
- 'class' => 'addbutton'))?>