summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bf21153)
raw | patch | inline | side by side (parent: bf21153)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 31 Oct 2005 06:54:01 +0000 (06:54 +0000) | ||
committer | hickert <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:
diff --git a/plugins/admin/applications/class_applicationManagement.inc b/plugins/admin/applications/class_applicationManagement.inc
index 3be16fae584810def87323b9137a938d1b53f213..7d23b63ebdf1dfee58157666e4d3ba3819e43d42 100644 (file)
$divlist->SetSummary(_("This table displays all groups, in the selected tree."));
- $divlist->SetEntriesPerPage(20);
+ $divlist->SetEntriesPerPage(0);
foreach($this->departments as $key=> $val){
diff --git a/plugins/admin/departments/class_departmentManagement.inc b/plugins/admin/departments/class_departmentManagement.inc
index 0265935dc6a8768c4d81df12504d895653787149..18e87123dc3ef96e6e5e549d18121db676b8b96f 100644 (file)
/* 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)
/* 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(
diff --git a/plugins/admin/fai/class_faiPackageEntry.inc b/plugins/admin/fai/class_faiPackageEntry.inc
index 1a5c784e0995ab910941e8e986902b07366192d2..710fcfddfc7acd63b0999d6f9c61167f726004b1 100644 (file)
$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"=>" "),
array("string"=>"Name"),
array("string"=>"Version"),
index 08103af0274ff4ee0eb1c8b1d71b2c40326019ad..038d97d4260c607adafc15870b39bfee24d0cea2 100644 (file)
$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;'"),
diff --git a/plugins/admin/fai/class_faiProfileEntry.inc b/plugins/admin/fai/class_faiProfileEntry.inc
index 31df03c02113939bb34696338148a284829417f1..b8ad6803aba1fca75a56a8ede41962596e3a4162 100644 (file)
/* 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;'")));
diff --git a/plugins/admin/ogroups/class_ogroupManagement.inc b/plugins/admin/ogroups/class_ogroupManagement.inc
index 01236ac13cf489785632bea3e3216733d54d7ed9..4e025e869a60d866b0c44342a177bb1fe4a378da 100644 (file)
$divlist->SetSummary(_("This table displays all groups, in the selected tree."));
- $divlist->SetEntriesPerPage(20);
+ $divlist->SetEntriesPerPage(0);
foreach($this->departments as $key=> $val){
diff --git a/plugins/admin/users/class_userManagement.inc b/plugins/admin/users/class_userManagement.inc
index a8454b530bbba572d0059960147d7a701c29e570..99eb580864df907f68b7347f5e28409f797b38f6 100644 (file)
$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']."&act=dep_open&dep_id=%s'>%s</a>";
diff --git a/plugins/gofax/blocklists/class_blocklistManagement.inc b/plugins/gofax/blocklists/class_blocklistManagement.inc
index 2a3a232c528e6f750065e9a7cbd630d4ed98e6bd..37b741ffac27985e71a9a9d08cce05f5574540eb 100644 (file)
$divlist->SetSummary(_("This table displays faxblocklists for the selected tree."));
- $divlist->SetEntriesPerPage(20);
+ $divlist->SetEntriesPerPage(0);
// Defining Links
$linkopen = "<a href='?plug=".$_GET['plug']."&act=dep_open&dep_id=%s'>%s</a>";
diff --git a/plugins/gofon/conference/class_phoneConferenceManagment.inc b/plugins/gofon/conference/class_phoneConferenceManagment.inc
index ee70b9fa4b15aeceefc5180869cb059102827f0b..5199f5122ba66d4ebf5ac625fbf94b2328d5aa97 100644 (file)
/* 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" => " "),
array("string" =>_("Name - Number")),
diff --git a/plugins/gofon/macro/class_gofonMacroManagement.inc b/plugins/gofon/macro/class_gofonMacroManagement.inc
index 5f1472abd5b33a77a1674034786857f3e48d5e02..2b8b00f22805abdb89490cfc1bce482ffdc20979 100755 (executable)
$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']."&act=dep_open&dep_id=%s'>%s</a>";
diff --git a/plugins/personal/posix/class_posixAccount.inc b/plugins/personal/posix/class_posixAccount.inc
index 5ff9b415d69759035609bc639244f31ce195be18..e877327d772091a148c8f0888938d4b2704f8c56 100644 (file)
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])){