Travel form bugfixes
This commit is contained in:
@@ -289,11 +289,17 @@ $booking_registration_intro_text = variable_get('booking_registration_intro_text
|
||||
'#collapsed' => TRUE,
|
||||
);
|
||||
$form['travel']['booking_travelform_page'] = array(
|
||||
'#title' => t('Text to use at the start of the travel form.'),
|
||||
'#title' => t('Text to use at the start of the travel form for a non-married person.'),
|
||||
'#type' => 'textarea',
|
||||
'#description' => t(''),
|
||||
'#default_value' => variable_get('booking_travelform_page', ''),
|
||||
);
|
||||
$form['travel']['booking_travelform_married_page'] = array(
|
||||
'#title' => t('Text to use at the start of the travel form for a married couple. Only applies if combined pricing is enabled.'),
|
||||
'#type' => 'textarea',
|
||||
'#description' => t(''),
|
||||
'#default_value' => variable_get('booking_travelform_married_page', ''),
|
||||
);
|
||||
$form['travel']['booking_travelform_completed_page'] = array(
|
||||
'#title' => t('Text to use on the travel form if the form has already been submitted.'),
|
||||
'#type' => 'textarea',
|
||||
|
Reference in New Issue
Block a user