summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2dcaa8c)
raw | patch | inline | side by side (parent: 2dcaa8c)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 27 Nov 2007 06:21:34 +0000 (06:21 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 27 Nov 2007 06:21:34 +0000 (06:21 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7899 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_divListSystemService.inc | patch | blob | history |
diff --git a/plugins/admin/systems/class_divListSystemService.inc b/plugins/admin/systems/class_divListSystemService.inc
index e5286b661a50dba5c119d83b0071110b0b702919..80d306326ce277a04e0e13dc5b733624a973e9a2 100644 (file)
$this->SetSummary(_("Installed services"));
/* Result page will look like a headpage */
-// $this->SetHeadpageMode();
$this->SetInformation(_("This menu allows you to add, remove and configure the properties of a specific service."));
/* Disable buttonsm */
$this->AddHeader(array("string"=>_("Service name")));
$this->AddHeader(array("string"=>_("Actions"),"attach"=>"style='width:100px;border-right:0px;'"));
$this->HideFilterPart();
- $this->SetHeadpageMode();
}
function GenHeader()