Code

Closes #279 Display Apply button in system dialogs
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 27 Nov 2007 06:17:55 +0000 (06:17 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 27 Nov 2007 06:17:55 +0000 (06:17 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7898 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/class_systemManagement.inc

index eafdafb131830b32e44611c37b60cc5ecd618044..60a577e8b29ce27fb6782010457e0907e013d42f 100644 (file)
@@ -858,7 +858,7 @@ class systems extends plugin
         $display.= "<p style=\"text-align:right\">\n";
         $display.= "<input type=\"submit\" name=\"edit_finish\" style=\"width:80px\" value=\""._("Ok")."\">\n";
         $display.= "&nbsp;\n";
-        if ($hide_apply){
+        if (!$hide_apply){
           $display.= "<input type=submit name=\"edit_apply\" value=\""._("Apply")."\">\n";
           $display.= "&nbsp;\n";
         }