| 76 |
'#type' => 'checkbox', |
'#type' => 'checkbox', |
| 77 |
'#title' => t('Remove "None selected"'), |
'#title' => t('Remove "None selected"'), |
| 78 |
'#default_value' => variable_get('views_checkboxes_remove_none', FALSE), |
'#default_value' => variable_get('views_checkboxes_remove_none', FALSE), |
| 79 |
'#description' => t('Remove the "None selected" option which may othewise appear in Taxonomy lists.'), |
'#description' => t('Remove the "None selected" option which may otherwise appear in Taxonomy lists.'), |
| 80 |
); |
); |
| 81 |
|
|
| 82 |
return system_settings_form($form); |
return system_settings_form($form); |