Bug fixes
This commit is contained in:
@@ -119,6 +119,13 @@ function booking_admin() {
|
||||
'#options' => _booking_gender_options(),
|
||||
'#default_value' => variable_get('booking_default_gender', 'M'),
|
||||
);
|
||||
$form['misc']['booking_allow_couples'] = array (
|
||||
'#type' => 'radios',
|
||||
'#title' => t('Allow married couples?'),
|
||||
'#description' => t('Select whether to cater for married couples in the registration form'),
|
||||
'#options' => array (0 => t('No'), t('Yes')),
|
||||
'#default_value' => variable_get('booking_allow_couples', 0),
|
||||
);
|
||||
$form['misc']['booking_default_country'] = array (
|
||||
'#type' => 'select',
|
||||
'#title' => t('Select Default Country'),
|
||||
|
Reference in New Issue
Block a user