Code

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