summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/filter/editfilter.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/scripts/filter/editfilter.phtml')
-rw-r--r--application/views/scripts/filter/editfilter.phtml16
1 files changed, 15 insertions, 1 deletions
diff --git a/application/views/scripts/filter/editfilter.phtml b/application/views/scripts/filter/editfilter.phtml
index 452a096..9b54ac7 100644
--- a/application/views/scripts/filter/editfilter.phtml
+++ b/application/views/scripts/filter/editfilter.phtml
@@ -1 +1,15 @@
-<br /><br /><center>View script for controller <b>Filter</b> and script/action name <b>editfilter</b></center> \ No newline at end of file
+<h1>Edit Filter</h1>
+<?php
+echo "<h2>".$this->filterID."</h2>";
+echo 'test';
+?>
+<?php
+echo
+
+$this->editfilterform->setAction($this->url());
+
+
+$this->editfilterform;
+
+
+?>