missed one
This commit is contained in:
@@ -72,10 +72,10 @@ function booking_emails_admin() {
|
|||||||
);
|
);
|
||||||
$form['emails']['booking_email_notification_text'] = array(
|
$form['emails']['booking_email_notification_text'] = array(
|
||||||
'#title' => t('Notification Email'),
|
'#title' => t('Notification Email'),
|
||||||
'#type' => 'textarea',
|
|
||||||
//'#format' => 'full_html',
|
|
||||||
'#description' => t('Email to send to the notification email address (defined in general configuration) when a person has registered'),
|
'#description' => t('Email to send to the notification email address (defined in general configuration) when a person has registered'),
|
||||||
'#default_value' => variable_get('booking_email_notification_text', '[booking:regn-summary]'),
|
'#default_value' => isset(variable_get('booking_email_notification_text')['value']) ? variable_get('booking_email_notification_text')['value'] : variable_get('booking_email_notification_text', '[booking:regn-summary]'),
|
||||||
|
'#type' => $form_type,
|
||||||
|
'#format' => $form_format,
|
||||||
);
|
);
|
||||||
$form['emails']['booking_email_bookedin_text'] = array(
|
$form['emails']['booking_email_bookedin_text'] = array(
|
||||||
'#title' => t('Registration Successful Email'),
|
'#title' => t('Registration Successful Email'),
|
||||||
|
Reference in New Issue
Block a user