Branch: Tag:

2016-10-31

2016-10-31 17:03:33 by 0

Make various input fields bigger.

1044:   {    inherit Variable;    constant type = "String"; -  int width = 40; +  int width = 60;    //! The width of the input field. Used by overriding classes.       string diff( int render )
1143:   //! Password variable (uses crypt_password)   {    inherit String; -  int width = 20; +  int width = 40;    constant type = "Password";       int(0..1) set_from_form( RequestID id )
1175:   {    inherit String;    constant type = "File"; -  int width = 50; +  int width = 60;       string read( )    //! Read the file as a string.
1203:   {    inherit String;    constant type = "Location"; -  int width = 50; +  int width = 60;       array verify_set( string value )    {
1221:   {    inherit String;    constant type = "URL"; -  int width = 50; +  int width = 60;       array verify_set_from_form( string new_value )    {
1234:   {    inherit String;    constant type = "Directory"; -  int width = 50; +  int width = 60;       array verify_set( string value )    {
1859:   {    inherit Variable;    constant type="List"; -  int width = 40; +  int width = 60;       array(string|array(string)) verify_set(mixed to)    {