summaryrefslogtreecommitdiffstats
path: root/application/modules/user/controllers/BootmenuController.php
diff options
context:
space:
mode:
authorSimon2011-04-13 14:18:15 +0200
committerSimon2011-04-13 14:18:15 +0200
commit0bdc6974c81deef9ff23021c960f4ec44945af1b (patch)
tree118a4335c7142fcb0170e92011cc4e7b8b7c2d6e /application/modules/user/controllers/BootmenuController.php
parentZweiter Teil der Rechte in Group Controller (diff)
downloadpbs2-0bdc6974c81deef9ff23021c960f4ec44945af1b.tar.gz
pbs2-0bdc6974c81deef9ff23021c960f4ec44945af1b.tar.xz
pbs2-0bdc6974c81deef9ff23021c960f4ec44945af1b.zip
Anzahl der Einträge in Listen überall auf 10 gesetzt
Diffstat (limited to 'application/modules/user/controllers/BootmenuController.php')
-rw-r--r--application/modules/user/controllers/BootmenuController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/user/controllers/BootmenuController.php b/application/modules/user/controllers/BootmenuController.php
index 5082aaf..b03888e 100644
--- a/application/modules/user/controllers/BootmenuController.php
+++ b/application/modules/user/controllers/BootmenuController.php
@@ -123,7 +123,7 @@ class user_BootmenuController extends Zend_Controller_Action
// Pagination
$pagination = new Pbs_Pagination();
- $pagination->setPerPage(3);
+ $pagination->setPerPage(10);
$pagination->setElement($bootmenu);
$pagination->setRequestPage($this->_request->getParam('page'));
$pagination->setPageUrl('/user/bootmenu/index/type/'.$this->type.((isset($this->view->search))?'/search/'.$this->view->search:''));