Code

Made proxy account compatible with acls
[gosa.git] / plugins / personal / nagios / main.inc
index b74cd21b76c5a07eeb5a0add032e61ab947b53ad..e707ebfd3c8bdae4f9cfa369f4f00cae1caaaf07 100644 (file)
@@ -101,7 +101,7 @@ if (!$remove_lock){
 
     /* Are we in edit mode? */
     if (isset($_SESSION['edit'])){
-      $display.= "<input type=submit name=\"edit_finish\" value=\""._("Save")."\">\n";
+      $display.= "<input type=submit name=\"edit_finish\" style=\"width:80px\" value=\""._("Ok")."\">\n";
       $display.= "&nbsp;";
       $display.= "<input type=submit name=\"edit_cancel\" value=\""._("Cancel")."\">\n";
       $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png').