Code

Application.
[gosa.git] / gosa-plugins / goto / admin / applications / class_applicationParameters.inc
index 30c8ee3383b12fdb4360540b23eab452ad79c3f5..913107044b4d64bc8317448c1924fd3b3fe3f5e9 100644 (file)
@@ -46,11 +46,9 @@ class applicationParameters extends plugin
     $display= "";
     if ($this->parent !== NULL){
       if ($this->is_account){
-        $display= $this->show_disable_header(_("Remove options"),
-            msgPool::featuresEnabled(_("parameter"));
+        $display= $this->show_disable_header(_("Remove options"),msgPool::featuresEnabled(_("parameter")));
       } else {
-        $display= $this->show_enable_header(_("Create options"),
-            msgPool::featuresDisabled(_("parameter"));
+        $display= $this->show_enable_header(_("Create options"), msgPool::featuresDisabled(_("parameter")));
         $this->parent->by_object['application']->generateTemplate();
         return ($display);
       }