fix
This commit is contained in:
@@ -273,7 +273,6 @@ $booking_registration_intro_text = variable_get('booking_registration_intro_text
|
|||||||
'#type' => 'text_format',
|
'#type' => 'text_format',
|
||||||
'#format' => 'full_html',
|
'#format' => 'full_html',
|
||||||
);
|
);
|
||||||
<<<<<<< HEAD
|
|
||||||
$form['travel']['booking_travelform_page_post_text'] = array(
|
$form['travel']['booking_travelform_page_post_text'] = array(
|
||||||
'#title' => t('Text to use at the end of the travel form'),
|
'#title' => t('Text to use at the end of the travel form'),
|
||||||
'#type' => 'textarea',
|
'#type' => 'textarea',
|
||||||
@@ -291,8 +290,6 @@ $booking_registration_intro_text = variable_get('booking_registration_intro_text
|
|||||||
'#format' => 'full_html',
|
'#format' => 'full_html',
|
||||||
);
|
);
|
||||||
|
|
||||||
=======
|
|
||||||
>>>>>>> 7c4deaa50283ea16ea369ebf325d2eb2bec3d402
|
|
||||||
/*
|
/*
|
||||||
$form['travel']['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.'),
|
||||||
@@ -306,32 +303,15 @@ $booking_registration_intro_text = variable_get('booking_registration_intro_text
|
|||||||
'#description' => t(''),
|
'#description' => t(''),
|
||||||
'#default_value' => variable_get('booking_travelform_married_page', ''),
|
'#default_value' => variable_get('booking_travelform_married_page', ''),
|
||||||
);
|
);
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
*/
|
|
||||||
$form['confirmation']['booking_travelform_page_post_text'] = array(
|
|
||||||
'#title' => t('Text to use at the end of the travel form'),
|
|
||||||
'#type' => 'textarea',
|
|
||||||
'#description' => t(''),
|
|
||||||
'#default_value' => isset(variable_get('booking_travelform_page_post_text')['value']) ? variable_get('booking_travelform_page_post_text')['value'] : $defaults,
|
|
||||||
'#type' => 'text_format',
|
|
||||||
'#format' => 'full_html',
|
|
||||||
);
|
|
||||||
>>>>>>> 7c4deaa50283ea16ea369ebf325d2eb2bec3d402
|
|
||||||
$form['travel']['booking_travelform_completed_page'] = array(
|
$form['travel']['booking_travelform_completed_page'] = array(
|
||||||
'#title' => t('Text to use on the travel form if the form has already been submitted.'),
|
'#title' => t('Text to use on the travel form if the form has already been submitted.'),
|
||||||
'#type' => 'textarea',
|
'#type' => 'textarea',
|
||||||
'#description' => t(''),
|
'#description' => t(''),
|
||||||
'#default_value' => variable_get('booking_travelform_completed_page', ''),
|
'#default_value' => variable_get('booking_travelform_completed_page', ''),
|
||||||
);
|
);
|
||||||
<<<<<<< HEAD
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//other pages like paypal landing page
|
//other pages like paypal landing page
|
||||||
=======
|
|
||||||
|
|
||||||
/*People reporting pages*/
|
|
||||||
>>>>>>> 7c4deaa50283ea16ea369ebf325d2eb2bec3d402
|
|
||||||
$form['otherpages'] = array(
|
$form['otherpages'] = array(
|
||||||
'#type' => 'fieldset',
|
'#type' => 'fieldset',
|
||||||
'#title' => 'Miscellaneous pages',
|
'#title' => 'Miscellaneous pages',
|
||||||
|
Reference in New Issue
Block a user