Code

Set entries per page to 0 for all divlists
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 31 Oct 2005 06:54:01 +0000 (06:54 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 31 Oct 2005 06:54:01 +0000 (06:54 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1760 594d385d-05f5-0310-b6e9-bd551577e9d8

12 files changed:
plugins/admin/applications/class_applicationManagement.inc
plugins/admin/departments/class_departmentManagement.inc
plugins/admin/fai/class_faiManagement.inc
plugins/admin/fai/class_faiPackageEntry.inc
plugins/admin/fai/class_faiProfile.inc
plugins/admin/fai/class_faiProfileEntry.inc
plugins/admin/ogroups/class_ogroupManagement.inc
plugins/admin/users/class_userManagement.inc
plugins/gofax/blocklists/class_blocklistManagement.inc
plugins/gofon/conference/class_phoneConferenceManagment.inc
plugins/gofon/macro/class_gofonMacroManagement.inc
plugins/personal/posix/class_posixAccount.inc

index 3be16fae584810def87323b9137a938d1b53f213..7d23b63ebdf1dfee58157666e4d3ba3819e43d42 100644 (file)
@@ -357,7 +357,7 @@ class applicationManagement 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){
 
index 0265935dc6a8768c4d81df12504d895653787149..18e87123dc3ef96e6e5e549d18121db676b8b96f 100644 (file)
@@ -287,7 +287,7 @@ class departmentManagement extends plugin
                        /* Show main page */
                        $divlist = new divlist("departmenttabs");
                        $divlist->SetSummary(_("This table displays all departments, in the selected tree."));
-                       $divlist->SetEntriesPerPage(20);
+                       $divlist->SetEntriesPerPage(0);
                        $actions= "<input type='image' src='images/edit.png'             alt='"._("edit")."'    name='dep_edit_%KEY%' title='"._("Edit this entry")."'>";
                        $actions.= "<input type='image' src='images/edittrash.png' alt='"._("delete")."'        name='dep_del_%KEY%' title='"._("Delete this entry")."'>";
 
index 1bb4fdc72085494d789db6f63ecf8b9558374ce8..448d046b14e0a9dcd156f7bcfbf0e87cb6630c9c 100644 (file)
@@ -458,7 +458,7 @@ class faiManagement extends plugin
 
                /* Create list with objects */
                $divlist = new divlist("faiManagement"); 
-               $divlist->SetEntriesPerPage(20);
+               $divlist->SetEntriesPerPage(0);
                $divlist->SetSummary(_("This table displays all systems, in the selected tree."));
 
                $divlist->SetHeader(array(
index 1a5c784e0995ab910941e8e986902b07366192d2..710fcfddfc7acd63b0999d6f9c61167f726004b1 100644 (file)
@@ -41,7 +41,7 @@ class faiPackageEntry extends plugin
 
     $divlist = new divlist("PackageEntry");
     $divlist->SetSummary(_("This list displays all assigned package names for this repository settings."));
-    $divlist->SetEntriesPerPage(20);
+    $divlist->SetEntriesPerPage(0);
     $divlist->SetHeader(array(array("string"=>"&nbsp;"),
                               array("string"=>"Name"),
                               array("string"=>"Version"),
index 08103af0274ff4ee0eb1c8b1d71b2c40326019ad..038d97d4260c607adafc15870b39bfee24d0cea2 100644 (file)
@@ -140,7 +140,7 @@ class faiProfile extends plugin
 
     $divlist  =new divlist("Profile");
     $divlist->SetSummary(_("This list displays all assigned class names for this profile."));
-    $divlist->SetEntriesPerPage(10);
+    $divlist->SetEntriesPerPage(0);
 
     $divlist->SetHeader(array(array("string"=>"Class name"),
                               array("string"=>"Objects","attach"=>"style='width:120px;'"),
index 31df03c02113939bb34696338148a284829417f1..b8ad6803aba1fca75a56a8ede41962596e3a4162 100644 (file)
@@ -146,7 +146,7 @@ class faiProfileEntry extends plugin
     /* Create a divlist to display all available class names with the depending object types */
     $divlist = new divlist("ProfileEntry");
     $divlist->SetSummary(_("This list displays all assigned class names for this profile."));
-    $divlist->SetEntriesPerPage(20);
+    $divlist->SetEntriesPerPage(0);
     $divlist->SetHeader(array(array("string"=>"Class name"),
                               array("string"=>"Objects","attach"=>"style='border-right:0px;'")));
 
index 01236ac13cf489785632bea3e3216733d54d7ed9..4e025e869a60d866b0c44342a177bb1fe4a378da 100644 (file)
@@ -393,7 +393,7 @@ name='dep_root' alt='"._("Root")."'>&nbsp;".
 
 
     $divlist->SetSummary(_("This table displays all groups, in the selected tree."));
-    $divlist->SetEntriesPerPage(20);
+    $divlist->SetEntriesPerPage(0);
 
     foreach($this->departments as $key=> $val){
 
index a8454b530bbba572d0059960147d7a701c29e570..99eb580864df907f68b7347f5e28409f797b38f6 100644 (file)
@@ -689,7 +689,7 @@ class userManagement extends plugin
 
 
     $divlist->SetSummary(_("This table displays all users, in the selected tree."));
-    $divlist->SetEntriesPerPage(20);
+    $divlist->SetEntriesPerPage(0);
 
     // Defining Links 
     $linkopen = "<a href='?plug=".$_GET['plug']."&amp;act=dep_open&amp;dep_id=%s'>%s</a>";
index 2a3a232c528e6f750065e9a7cbd630d4ed98e6bd..37b741ffac27985e71a9a9d08cce05f5574540eb 100644 (file)
@@ -309,7 +309,7 @@ class blocklist extends plugin
 
 
       $divlist->SetSummary(_("This table displays faxblocklists for the selected tree."));
-      $divlist->SetEntriesPerPage(20);
+      $divlist->SetEntriesPerPage(0);
 
       // Defining Links
       $linkopen = "<a href='?plug=".$_GET['plug']."&amp;act=dep_open&amp;dep_id=%s'>%s</a>";
index ee70b9fa4b15aeceefc5180869cb059102827f0b..5199f5122ba66d4ebf5ac625fbf94b2328d5aa97 100644 (file)
@@ -306,7 +306,7 @@ class phoneConferenceManagment extends plugin
     /* Set Header */
     $divlist  = new divlist("conferenceTabs");
     $divlist->SetSummary(_("This table displays all available conference rooms."));
-    $divlist->SetEntriesPerPage(20);
+    $divlist->SetEntriesPerPage(0);
     $divlist->SetHeader(array(
           array("string" => "&nbsp;"),            
           array("string" =>_("Name - Number")),
index 5f1472abd5b33a77a1674034786857f3e48d5e02..2b8b00f22805abdb89490cfc1bce482ffdc20979 100755 (executable)
@@ -345,7 +345,7 @@ class gofonMacro extends plugin
 
 
     $divlist->SetSummary(_("This table displays all phone macros, in the selected tree."));
-    $divlist->SetEntriesPerPage(20);
+    $divlist->SetEntriesPerPage(0);
 
     // Defining Links
     $linkopen = "<a href='?plug=".$_GET['plug']."&amp;act=dep_open&amp;dep_id=%s'>%s</a>";
index 5ff9b415d69759035609bc639244f31ce195be18..e877327d772091a148c8f0888938d4b2704f8c56 100644 (file)
@@ -397,7 +397,7 @@ class posixAccount extends plugin
       register_global("groupfilter", $groupfilter);
 
       /* Calculate actual groups */
-      $gd->reload2();
+      $gd->reload(true);
       $glist= array();
       foreach ($gd->grouplist as $key => $value){
         if (!isset($this->groupMembership[$key])){