From 08827c1d34d0b8d67cb6b127cc9336ef291ad659 Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 1 Apr 2011 17:04:32 +0200 Subject: Bugfixing(Pagination) im Pool-Controller --- application/modules/user/controllers/PoolController.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'application/modules') diff --git a/application/modules/user/controllers/PoolController.php b/application/modules/user/controllers/PoolController.php index bdf23b3..d5cab09 100644 --- a/application/modules/user/controllers/PoolController.php +++ b/application/modules/user/controllers/PoolController.php @@ -110,7 +110,7 @@ class User_PoolController extends Zend_Controller_Action $this->view->addpool = $addfilterform; }else { $addpoolform = new user_Form_Pool(array( - 'buttontext' => 'Create Pool' + 'buttontext' => 'Create Pool', 'page' => $this->page),$_POST); if ($addpoolform->isValid($_POST)) { try{ @@ -167,7 +167,7 @@ class User_PoolController extends Zend_Controller_Action if($pool->getGroupID() == $this->membership->getGroupID()){ $poolArray = $pool->toArray(); $editpool = new user_Form_Pool(array( - 'buttontext' => 'Edit Pool' + 'buttontext' => 'Edit Pool', 'page' => $this->page)); $editpool->populate($poolArray); $this->view->editpool = $editpool; @@ -177,7 +177,7 @@ class User_PoolController extends Zend_Controller_Action } }else { $editpoolform = new user_Form_Pool(array( - 'buttontext' => 'Edit Pool' + 'buttontext' => 'Edit Pool', 'page' => $this->page),$_POST); if ($editpoolform->isValid($_POST)) { try{ -- cgit v1.2.3-55-g7522