Code

Set entries per page to 0 for all divlists
[gosa.git] / plugins / admin / fai / class_faiProfile.inc
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;'"),