Date-field increased from 9 to 10 characters. Problems on Mac to see it all.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Sun, 1 Apr 2012 06:16:44 +0000 (08:16 +0200)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Sun, 1 Apr 2012 06:16:44 +0000 (08:16 +0200)
includes/ui/ui_input.inc

index 1b3eec45e6dee0323796f4b02e1b91c48563f488..ace6aa3fb3ef90412eb4ca7f023eb229fb7e5823 100644 (file)
@@ -641,7 +641,7 @@ function date_cells($label, $name, $title = null, $check=null, $inc_days=0,
 
        default_focus($name);
 
-       echo "<input type=\"text\" name=\"$name\" $class $aspect size=\"9\" maxlength=\"12\" value=\"" 
+       echo "<input type=\"text\" name=\"$name\" $class $aspect size=\"10\" maxlength=\"12\" value=\"" 
         . $_POST[$name]. "\""
         .($title ? " title='$title'": '')." > $post_label";
        echo "</td>\n";