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(
|
$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%">';
|
||||||
|
|
Loading…
Reference in a new issue