convert travel page to full html text
This commit is contained in:
@@ -274,7 +274,7 @@ $booking_registration_intro_text = variable_get('booking_registration_intro_text
|
||||
'#format' => 'full_html',
|
||||
);
|
||||
$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. This is not displayed on the "travel form completed" page defined below.'),
|
||||
'#type' => 'textarea',
|
||||
'#description' => t(''),
|
||||
'#default_value' => isset(variable_get('booking_travelform_page_post_text')['value']) ? variable_get('booking_travelform_page_post_text')['value'] : $defaults,
|
||||
|
Reference in New Issue
Block a user