From 173214565587a28da9a851ba1130d6fcc542f912 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 31 Mar 2011 17:41:18 +0200 Subject: Pagination - Rücksprung von formular auf richtige Seite --- application/modules/user/forms/Pool.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/modules/user/forms/Pool.php') 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( -- cgit v1.2.3-55-g7522