mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Fix #2297 add tel_v2 and tel_intl_v2 extra var types with single input for phone number
This commit is contained in:
parent
9e8a61a147
commit
1b7657f581
3 changed files with 29 additions and 33 deletions
|
|
@ -313,8 +313,10 @@ $lang->column_type = 'Column Type';
|
|||
$lang->column_type_list['text'] = 'one-line text';
|
||||
$lang->column_type_list['homepage'] = 'URL';
|
||||
$lang->column_type_list['email_address'] = 'e-mail address';
|
||||
$lang->column_type_list['tel'] = 'phone number';
|
||||
$lang->column_type_list['tel_intl'] = 'Phone number (International number)';
|
||||
$lang->column_type_list['tel'] = 'Phone number (3 inputs)';
|
||||
$lang->column_type_list['tel_v2'] = 'Phone number (1 input)';
|
||||
$lang->column_type_list['tel_intl'] = 'International phone number (4 inputs)';
|
||||
$lang->column_type_list['tel_intl_v2'] = 'International phone number (2 inputs)';
|
||||
$lang->column_type_list['textarea'] = 'multi-line textarea';
|
||||
$lang->column_type_list['password'] = 'password';
|
||||
$lang->column_type_list['radio'] = 'radio button(radio)';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue