fix fieldset
This commit is contained in:
@@ -257,7 +257,7 @@ $booking_registration_intro_text = variable_get('booking_registration_intro_text
|
|||||||
'#collapsible' => TRUE,
|
'#collapsible' => TRUE,
|
||||||
'#collapsed' => 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.'),
|
'#title' => t('Text to use at the start of the travel form for a non-married person.'),
|
||||||
'#type' => 'textarea',
|
'#type' => 'textarea',
|
||||||
'#description' => t(''),
|
'#description' => t(''),
|
||||||
@@ -265,7 +265,7 @@ $booking_registration_intro_text = variable_get('booking_registration_intro_text
|
|||||||
'#type' => 'text_format',
|
'#type' => 'text_format',
|
||||||
'#format' => 'full_html',
|
'#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.'),
|
'#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',
|
'#type' => 'textarea',
|
||||||
'#description' => t(''),
|
'#description' => t(''),
|
||||||
|
Reference in New Issue
Block a user