convert travel page to full html text

This commit is contained in:
2016-05-31 17:44:45 +10:00
parent 4baa283539
commit a7f474ec56
2 changed files with 19 additions and 8 deletions

View File

@@ -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,