Code

Removed headpage mode from server service list
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 27 Nov 2007 06:21:34 +0000 (06:21 +0000)
committerhickert <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

index e5286b661a50dba5c119d83b0071110b0b702919..80d306326ce277a04e0e13dc5b733624a973e9a2 100644 (file)
@@ -18,7 +18,6 @@ class divListSystemService extends MultiSelectWindow
     $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 */
@@ -30,7 +29,6 @@ class divListSystemService extends MultiSelectWindow
     $this->AddHeader(array("string"=>_("Service name")));
     $this->AddHeader(array("string"=>_("Actions"),"attach"=>"style='width:100px;border-right:0px;'"));
     $this->HideFilterPart();
-    $this->SetHeadpageMode();
   }
 
   function GenHeader()