Code to cleanup room allocations
This commit is contained in:
@@ -210,6 +210,13 @@ function booking_admin() {
|
||||
'#default_value' => variable_get('booking_dietary_text_definition', ''),
|
||||
'#description' => 'Text to use if attendee may not specify dietary requirements (as above).',
|
||||
);
|
||||
$form['misc']['booking_enable_roomallocations'] = array (
|
||||
'#type' => 'radios',
|
||||
'#title' => t('Enable room allocations?'),
|
||||
'#description' => t('Select whether to enable the management and allocation of rooms.'),
|
||||
'#options' => array (0 => t('No'), t('Yes')),
|
||||
'#default_value' => variable_get('booking_enable_roomallocations', 0),
|
||||
);
|
||||
$form['misc']['booking_enable_studygroups'] = array (
|
||||
'#type' => 'radios',
|
||||
'#title' => t('Enable study group calculations?'),
|
||||
|
Reference in New Issue
Block a user