From: hickert Date: Mon, 31 Oct 2005 06:48:00 +0000 (+0000) Subject: removed page nums from groupManagement dialog X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bf21153b3f5402e1ec0bf28d90eba56352629587;p=gosa.git removed page nums from groupManagement dialog git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1759 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/groups/class_groupManagement.inc b/plugins/admin/groups/class_groupManagement.inc index 34f248dbb..6efef3fee 100644 --- a/plugins/admin/groups/class_groupManagement.inc +++ b/plugins/admin/groups/class_groupManagement.inc @@ -389,7 +389,7 @@ class groupManagement extends plugin $divlist->SetSummary(_("This table displays all groups, in the selected tree.")); - $divlist->SetEntriesPerPage(20); + $divlist->SetEntriesPerPage(0); foreach($this->departments as $key=> $val){