Code

Added snapshot to gofonmacros
[gosa.git] / plugins / gofon / phoneaccount / main.inc
index c81fbea4c7eeaf3dc63d411c044048b6441ad06d..62675fd740cb740b160a28a986255c4ac137bf60 100644 (file)
@@ -102,7 +102,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')."\"> ".$ui->dn."&nbsp;";