Hide radio and checkboxes for now

This commit is contained in:
snipe 2016-08-25 19:48:11 -07:00
parent 122f0b9cba
commit f185c2e0de

View file

@ -480,8 +480,8 @@ Form::macro('customfield_elements', function ($name = "customfield_elements", $s
$formats = array( $formats = array(
'text' => 'Text Box', 'text' => 'Text Box',
'listbox' => 'List Box', 'listbox' => 'List Box',
'checkbox' => 'Checkbox', // 'checkbox' => 'Checkbox',
'radio' => 'Radio Buttons', // 'radio' => 'Radio Buttons',
); );
$select = '<select name="'.$name.'" class="'.$class.'" style="width: 100%">'; $select = '<select name="'.$name.'" class="'.$class.'" style="width: 100%">';