summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/filter/index.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/user/views/scripts/filter/index.phtml')
-rw-r--r--application/modules/user/views/scripts/filter/index.phtml6
1 files changed, 3 insertions, 3 deletions
diff --git a/application/modules/user/views/scripts/filter/index.phtml b/application/modules/user/views/scripts/filter/index.phtml
index bb7f11a..1716a95 100644
--- a/application/modules/user/views/scripts/filter/index.phtml
+++ b/application/modules/user/views/scripts/filter/index.phtml
@@ -1,7 +1,7 @@
<h1>Filters</h1>
<?php if($this->notification != ''){echo $this->notification;} ?>
<?php echo $this->formButton('createconfig', 'Create Filter', array(
- 'onclick' => 'self.location="/user/filter/addfilter"',
+ 'onclick' => 'self.location="/user/filter/addfilter/page/'.$this->page.'"',
'class' => 'addbutton'))?>
<?php if ($this->filters): ?>
@@ -93,7 +93,7 @@
'controller' => 'filter',
'action' => 'editfilterentry',
'filterentriesID' => $filterentry['filterentriesID'],
- 'page' => $this->page
+ 'page' => $this->page
),
'default',
true) ?>"><img src='/media/img/edit.png' alt='Edit Filterentry'/></a>
@@ -103,7 +103,7 @@
'controller' => 'filter',
'action' => 'removefilterentry',
'filterentriesID' => $filterentry['filterentriesID'],
- 'page' => $this->page
+ 'page' => $this->page
),
'default',
true) ?>"><img src='/media/img/delete.png' alt='Delete Filterentry'/></a>