Warning: Can't synchronize with repository "(default)" (/var/repositories/acr does not appear to contain a Mercurial repository.). Look in the Trac log for more information.

Ticket #38 (new defect)

Opened 20 months ago

Last modified 20 months ago

Capitalize form labels

Reported by: puria Owned by:
Priority: normal Milestone: Backlog
Severity: * Keywords:
Cc:

Description

Is not possible to change the capitals in forms, implement som feature to repair this defect

Change History

comment:1 Changed 20 months ago by gianluca

Casi possibili:

  • Se l'utente inserisce: nome di prova=text ==> Nome_di_prova <input type="text" name="nome_di_prova">
  • Se l'utente inserisce: lable_nome_di_prova= NOME DI PROVA ==> NOME DI PROVA <input type="text" name="nome_di_prova">

Nota: tutti i caratteri che non sono "A-Z" e "_" vanno strippati

Note: See TracTickets for help on using tickets.