Code

Removed escapes from posts
[gosa.git] / plugins / personal / environment / main.inc
index 22f06d12bd5696333de36faf50de385731164a5d..57439cfbd963a5e5667b561bc0a897ee3710e4fd 100644 (file)
@@ -101,7 +101,7 @@ if (!$remove_lock){
 
     /* Are we in edit mode? */
     if ((isset($_SESSION['edit']))&&($environment->dialog==NULL)){
-      $display.= "<input type=submit name=\"edit_finish\" value=\""._("Finish")."\">\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').