Add password (hidden text) extravar type

This commit is contained in:
Kijin Sung 2016-04-24 23:17:43 +09:00
parent 2d833e5668
commit 447ba08a2c
11 changed files with 22 additions and 3 deletions

View file

@ -266,6 +266,7 @@ $lang->column_type_list['homepage'] = 'URLタイプ(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)';