This commit is contained in:
2017-06-27 20:32:02 +10:00
parent fd9289a57d
commit 9c198c27d6

View File

@@ -84,8 +84,10 @@ function booking_emails_admin() {
'#title' => t('Registration Successful Email'), '#title' => t('Registration Successful Email'),
'#description' => t('Text to use in an email indicating the person has booked in, paid their deposit and is not on the waiting list'), '#description' => t('Text to use in an email indicating the person has booked in, paid their deposit and is not on the waiting list'),
'#default_value' => variable_get('booking_email_bookedin_text', $default_email_text), '#default_value' => variable_get('booking_email_bookedin_text', $default_email_text),
'#type' => 'text_format',
'#format' => 'full_html',
); );
$form['emails']['booking_email_bookedin_text'] += $textarea_defaults; //$form['emails']['booking_email_bookedin_text'] += $textarea_defaults;
$form['emails']['booking_email_regn_complete_text'] = array( $form['emails']['booking_email_regn_complete_text'] = array(
'#title' => t('Payment Complete Email'), '#title' => t('Payment Complete Email'),
'#type' => 'textarea', '#type' => 'textarea',