Changeset 481

Show
Ignore:
Timestamp:
01/04/08 23:08:35 (11 months ago)
Author:
stavros
Message:

BUG: some fields in the UIs were limited to a length different than the DB schema

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.3/A2BCustomer_UI/form_data/FG_var_card.inc

    r1 r481  
    1616                           '$value', 
    1717                           "INPUT", 
    18                            "size=30 maxlength=30", 
     18                           "size=30 maxlength=50", 
    1919                           "11", 
    2020                           gettext("Insert the lastname of the customers"), 
     
    2525                           '$value', 
    2626                           "INPUT", 
    27                            "size=30 maxlength=30", 
     27                           "size=30 maxlength=50", 
    2828                           "11", 
    2929                           gettext("Insert the firstname of the customers"), 
     
    3535                           '$value', 
    3636                           "INPUT", 
    37                            "size=30 maxlength=30", 
     37                           "size=30 maxlength=100", 
    3838                           "0", 
    3939                           gettext("Insert the address of the customers"), 
     
    4545                           '$value', 
    4646                           "INPUT", 
    47                            "size=30 maxlength=30", 
     47                           "size=30 maxlength=40", 
    4848                           "0", 
    4949                           gettext("Insert the city"), 
     
    5555                           '$value',     
    5656                           "INPUT",      
    57                            "size=30 maxlength=30",     
     57                           "size=30 maxlength=40",     
    5858                           "11",         
    5959                           gettext("Insert the state"), 
     
    7676                           '$value', 
    7777                           "INPUT",      
    78                            "size=30 maxlength=30",     
     78                           "size=30 maxlength=20",     
    7979                           "0", 
    8080                           gettext("Insert the zipcode"), 
     
    8686                           '$value',     
    8787                           "INPUT",      
    88                            "size=30 maxlength=30",     
     88                           "size=30 maxlength=20",     
    8989                           "7",  
    9090                           gettext("Insert the phone number of the customers"), 
     
    9696                           '$value',     
    9797                           "INPUT",      
    98                            "size=30 maxlength=30", 
     98                           "size=30 maxlength=20", 
    9999                           "",   
    100100                           gettext("Insert the fax number of the customers"), 


Google