Changeset 479

Show
Ignore:
Timestamp:
01/04/08 23:05:45 (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/A2Billing_UI/Public/form_data/FG_var_card.inc

    r409 r479  
    468468                           '$value', 
    469469                           "INPUT", 
    470                            "size=30 maxlength=30", 
     470                           "size=30 maxlength=50", 
    471471                           "11", 
    472472                           gettext("Insert the lastname of the customers"), 
     
    477477                           '$value', 
    478478                           "INPUT", 
    479                            "size=30 maxlength=30", 
     479                           "size=30 maxlength=50", 
    480480                           "11", 
    481481                           gettext("Insert the firstname of the customers"), 
     
    487487                           '$value', 
    488488                           "INPUT", 
    489                            "size=30 maxlength=30", 
     489                           "size=30 maxlength=70", 
    490490                           "1", 
    491491                           gettext("Insert the email"), 
     
    497497                           '$value', 
    498498                           "INPUT", 
    499                            "size=30 maxlength=30", 
     499                           "size=30 maxlength=100", 
    500500                           "0", 
    501501                           gettext("Insert the address of the customers"), 
     
    507507                           '$value', 
    508508                           "INPUT", 
    509                            "size=30 maxlength=30", 
     509                           "size=30 maxlength=40", 
    510510                           "0", 
    511511                           gettext("Insert the city"), 
     
    517517                           '$value',     
    518518                           "INPUT",      
    519                            "size=30 maxlength=30",     
     519                           "size=30 maxlength=40",     
    520520                           "11",         
    521521                           gettext("Insert the state"), 
     
    536536                           '$value',     
    537537                           "INPUT",      
    538                            "size=30 maxlength=30",     
     538                           "size=30 maxlength=20",     
    539539                           "0", 
    540540                           gettext("Insert the zipcode"), 
     
    546546                           '$value',     
    547547                           "INPUT",      
    548                            "size=30 maxlength=30",     
     548                           "size=30 maxlength=20",     
    549549                           "7",  
    550550                           gettext("Insert the phone number of the customers"), 
     
    556556                           '$value',     
    557557                           "INPUT",      
    558                            "size=30 maxlength=30", 
     558                           "size=30 maxlength=20", 
    559559                           "",   
    560560                           gettext("Insert the fax number of the customers"), 
  • branches/1.3/A2Billing_UI/signup/form_data/FG_var_index.inc

    r449 r479  
    124124                           '$value', 
    125125                           "INPUT", 
    126                            "size=30 maxlength=30", 
     126                           "size=30 maxlength=50", 
    127127                           "11", 
    128128                           gettext("Insert your lastname"), 
     
    133133                           '$value', 
    134134                           "INPUT", 
    135                            "size=30 maxlength=30", 
     135                           "size=30 maxlength=50", 
    136136                           "11", 
    137137                           gettext("Insert your firstname"), 
     
    143143                           '$value', 
    144144                           "INPUT", 
    145                            "size=30 maxlength=30", 
     145                           "size=30 maxlength=70", 
    146146                           "1", 
    147147                           gettext("Insert your email"), 
     
    153153                           '$value', 
    154154                           "INPUT", 
    155                            "size=30 maxlength=30", 
     155                           "size=30 maxlength=100", 
    156156                           "0", 
    157157                           gettext("Insert your address"), 
     
    163163                           '$value', 
    164164                           "INPUT", 
    165                            "size=30 maxlength=30", 
     165                           "size=30 maxlength=40", 
    166166                           "0", 
    167167                           gettext("Insert your city"), 
     
    173173                           '$value', 
    174174                           "INPUT", 
    175                            "size=30 maxlength=30", 
     175                           "size=30 maxlength=40", 
    176176                           "11", 
    177177                           gettext("Insert your state"), 
     
    194194                           '$value', 
    195195                           "INPUT", 
    196                            "size=30 maxlength=30", 
     196                           "size=30 maxlength=20", 
    197197                           "0", 
    198198                           gettext("Insert your zipcode"), 
     
    204204                           '$value', 
    205205                           "INPUT", 
    206                            "size=30 maxlength=30", 
     206                           "size=30 maxlength=20", 
    207207                           "7", 
    208208                           gettext("Insert your phone number"), 
     
    214214                           '$value', 
    215215                           "INPUT", 
    216                            "size=30 maxlength=30", 
     216                           "size=30 maxlength=20", 
    217217                           "", 
    218218                           gettext("Insert your fax number"), 


Google