mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 03:52:15 +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
|
|
@ -250,6 +250,7 @@ $lang->column_type_list['homepage'] = '网址格式(url)';
|
|||
$lang->column_type_list['email_address'] = '邮件格式(email)';
|
||||
$lang->column_type_list['tel'] = '电话号码格式(phone)';
|
||||
$lang->column_type_list['textarea'] = '多行文本框(textarea)';
|
||||
$lang->column_type_list['password'] = '密码输入(password)';
|
||||
$lang->column_type_list['radio'] = '单选框(radio)';
|
||||
$lang->column_type_list['select'] = '下拉列表框(select)';
|
||||
$lang->column_type_list['checkbox'] = '复选框(checkbox)';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue