Add single selection form field
authorMatthias Schmidt <gravatronics@live.com>
Thu, 11 Jan 2018 17:27:32 +0000 (18:27 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Thu, 11 Jan 2018 17:28:35 +0000 (18:28 +0100)
commit989f35a08dc4c1c18f7ce8df72b17544fdd6c3c4
tree94fb52cfa47d7dafb2a5e2316bdafd55932817dc
parent696ed2ad047f1421388527015558bb15d0aba7fb
Add single selection form field

See #2509
wcfsetup/install/files/acp/templates/__singleSelectionFormField.tpl [new file with mode: 0644]
wcfsetup/install/files/lib/acp/form/DevtoolsFormBuilderTestForm.class.php
wcfsetup/install/files/lib/system/form/builder/field/ISelectionFormField.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/form/builder/field/SingleSelectionFormField.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/form/builder/field/TSelectionFormField.class.php [new file with mode: 0644]