Code

Fixed tagging of printer objects
[gosa.git] / plugins / admin / applications / class_applicationParameters.inc
index c803aff4d3d823cf88993cd080a1a6cb0be0beff..0de0560404742f56211a64a9b378e3ba35a9c239 100644 (file)
@@ -49,10 +49,10 @@ class applicationParameters extends plugin
        $display= "";
        if ($this->parent != NULL){
                if ($this->is_account){
-                       $display= $this->show_header(_("Remove options"),
+                       $display= $this->show_disable_header(_("Remove options"),
                                _("This application has options. You can disable them by clicking below."));
                } else {
-                       $display= $this->show_header(_("Create options"),
+                       $display= $this->show_enable_header(_("Create options"),
                                _("This application has options disabled. You can enable them by clicking below."));
                        $this->parent->by_object['application']->generateTemplate();
                        return ($display);