mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 16:52:16 +09:00
Add password (hidden text) extravar type
This commit is contained in:
parent
2d833e5668
commit
447ba08a2c
11 changed files with 22 additions and 3 deletions
|
|
@ -202,6 +202,7 @@ $lang->column_type_list['homepage'] = 'URL';
|
|||
$lang->column_type_list['email_address'] = 'Mél';
|
||||
$lang->column_type_list['tel'] = 'Numéro de Telephone';
|
||||
$lang->column_type_list['textarea'] = 'Texte en plusieurs lignes';
|
||||
$lang->column_type_list['password'] = 'Texte de mot de passe';
|
||||
$lang->column_type_list['select'] = 'Case d\'option(seul choix)';
|
||||
$lang->column_type_list['checkbox'] = 'Case à cocher(multichoix)';
|
||||
$lang->column_type_list['kr_zip'] = 'Code postal(coréen)';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue