fix fieldset

This commit is contained in:
2016-05-31 17:21:07 +10:00
parent ca2764317b
commit 7c4deaa502

View File

@@ -257,7 +257,7 @@ $booking_registration_intro_text = variable_get('booking_registration_intro_text
'#collapsible' => TRUE,
'#collapsed' => TRUE,
);
$form['confirmation']['booking_travelform_page'] = array(
$form['travel']['booking_travelform_page'] = array(
'#title' => t('Text to use at the start of the travel form for a non-married person.'),
'#type' => 'textarea',
'#description' => t(''),
@@ -265,7 +265,7 @@ $booking_registration_intro_text = variable_get('booking_registration_intro_text
'#type' => 'text_format',
'#format' => 'full_html',
);
$form['confirmation']['booking_travelform_married_page'] = array(
$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(''),