Правки в формах

This commit is contained in:
Фёдор Подлеснов 2018-02-06 15:28:08 +03:00
parent 0c4c6fd86e
commit b498cef165
2 changed files with 2 additions and 1 deletions

View file

@ -88,7 +88,7 @@ class Form_Form extends View_View {
'upload' => 'TUpload',
'image' => 'TUpload',
'checkbox' => 'TCheckbox',
'checkmany' => 'TSelectMany',
'checkmany' => 'Form_SelectMany',
'hidden' => 'THidden',
'radio' => 'Form_SelectOne',
'filebrowser' => 'TComponentBrowserInput',