Many changes...
This commit is contained in:
@@ -112,6 +112,13 @@ function booking_admin() {
|
||||
'#type' => 'fieldset',
|
||||
'#title' => 'Miscellaneous Settings',
|
||||
);
|
||||
$form['misc']['booking_default_gender'] = array (
|
||||
'#type' => 'select',
|
||||
'#title' => t('Select Default Gender'),
|
||||
'#description' => t('Select default gender for booking form.'),
|
||||
'#options' => _booking_gender_options(),
|
||||
'#default_value' => variable_get('booking_default_gender', 'M'),
|
||||
);
|
||||
$form['misc']['booking_default_country'] = array (
|
||||
'#type' => 'select',
|
||||
'#title' => t('Select Default Country'),
|
||||
|
Reference in New Issue
Block a user