select + chooser form, main-folder on top of select list
This commit is contained in:
parent
fb68128fd8
commit
479c26dc29
2 changed files with 12 additions and 1 deletions
|
|
@ -93,7 +93,8 @@ class Form_Form extends View_View {
|
|||
'radio' => 'Form_SelectOne',
|
||||
'filebrowser' => 'TComponentBrowserInput',
|
||||
'documents' => 'TComponentBrowserInput',
|
||||
'chooser' => 'Form_Input'
|
||||
'chooser' => 'Form_Input',
|
||||
'select_chooser' => 'Form_SelectOne'
|
||||
);
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue