mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Hide radio and checkboxes for now
This commit is contained in:
parent
122f0b9cba
commit
f185c2e0de
|
@ -480,8 +480,8 @@ Form::macro('customfield_elements', function ($name = "customfield_elements", $s
|
|||
$formats = array(
|
||||
'text' => 'Text Box',
|
||||
'listbox' => 'List Box',
|
||||
'checkbox' => 'Checkbox',
|
||||
'radio' => 'Radio Buttons',
|
||||
// 'checkbox' => 'Checkbox',
|
||||
// 'radio' => 'Radio Buttons',
|
||||
);
|
||||
|
||||
$select = '<select name="'.$name.'" class="'.$class.'" style="width: 100%">';
|
||||
|
|
Loading…
Reference in a new issue