From 3fedc66449f9722e8396ea9ed1c8e5de0bee4f66 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 27 Nov 2007 06:21:34 +0000 Subject: [PATCH] Removed headpage mode from server service list git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7899 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/systems/class_divListSystemService.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/admin/systems/class_divListSystemService.inc b/plugins/admin/systems/class_divListSystemService.inc index e5286b661..80d306326 100644 --- a/plugins/admin/systems/class_divListSystemService.inc +++ b/plugins/admin/systems/class_divListSystemService.inc @@ -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() -- 2.30.2