summaryrefslogtreecommitdiffstats
path: root/application/modules/user/controllers/SessionController.php
diff options
context:
space:
mode:
authorSimon2011-04-05 16:52:17 +0200
committerSimon2011-04-05 16:52:17 +0200
commite13feb35a7e488e9d88282a57308bf2314fc2457 (patch)
tree602d82e6fc4fed5d645afc518e059a5075c70716 /application/modules/user/controllers/SessionController.php
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-e13feb35a7e488e9d88282a57308bf2314fc2457.tar.gz
pbs2-e13feb35a7e488e9d88282a57308bf2314fc2457.tar.xz
pbs2-e13feb35a7e488e9d88282a57308bf2314fc2457.zip
Neue Rechte für Übersicht von Rollen, Layout an Rechte angepasst
Diffstat (limited to 'application/modules/user/controllers/SessionController.php')
-rw-r--r--application/modules/user/controllers/SessionController.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/application/modules/user/controllers/SessionController.php b/application/modules/user/controllers/SessionController.php
index b027f63..d149f22 100644
--- a/application/modules/user/controllers/SessionController.php
+++ b/application/modules/user/controllers/SessionController.php
@@ -76,7 +76,7 @@ class User_SessionController extends Zend_Controller_Action
// Pagination
$pagination = new Pbs_Pagination();
- $pagination->setPerPage(3);
+ $pagination->setPerPage(10);
$pagination->setElement($mySessions);
$pagination->setRequestPage($this->_request->getParam('page'));
$pagination->setPageUrl('/user/session/index'.((isset($this->view->search))?'/search/'.$this->view->search:''));
@@ -87,8 +87,6 @@ class User_SessionController extends Zend_Controller_Action
$this->view->sessions = $mySessions;
}
-
-
public function searchAction(){
$this->_redirect('/user/session/index/search/'.($_GET['search']));