summaryrefslogtreecommitdiffstats
path: root/application/modules/user/forms/Pool.php
diff options
context:
space:
mode:
authorSimon2011-03-31 17:41:18 +0200
committerSimon2011-03-31 17:41:18 +0200
commit173214565587a28da9a851ba1130d6fcc542f912 (patch)
tree78b4d2e23efa5c703e3e073fc5325fab90e19314 /application/modules/user/forms/Pool.php
parentpagination auf client, pool und filter hinzugefügt (diff)
downloadpbs2-173214565587a28da9a851ba1130d6fcc542f912.tar.gz
pbs2-173214565587a28da9a851ba1130d6fcc542f912.tar.xz
pbs2-173214565587a28da9a851ba1130d6fcc542f912.zip
Pagination - Rücksprung von formular auf richtige Seite
Diffstat (limited to 'application/modules/user/forms/Pool.php')
-rw-r--r--application/modules/user/forms/Pool.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/user/forms/Pool.php b/application/modules/user/forms/Pool.php
index b1c4cbc..055d0a7 100644
--- a/application/modules/user/forms/Pool.php
+++ b/application/modules/user/forms/Pool.php
@@ -42,7 +42,7 @@ class user_Form_Pool extends Zend_Form
));
$this->addElement('button', 'Cancel', array(
- 'onclick' => 'self.location="/user/pool/page/'.$this->page.'"'
+ 'onclick' => 'self.location="/user/pool/index/page/'.$this->page.'"'
));
$this->addElement('hidden','page', array(