Fix tshirt entry in email summary
This commit is contained in:
@@ -327,6 +327,13 @@ $booking_registration_intro_text = variable_get('booking_registration_intro_text
|
||||
'#collapsible' => TRUE,
|
||||
'#collapsed' => TRUE,
|
||||
);
|
||||
$form['emails']['booking_email_notification_text'] = array(
|
||||
'#title' => t('Email to send to the notification email address (defined in general configuration) when a person has registered'),
|
||||
'#type' => 'textarea',
|
||||
//'#format' => 'full_html',
|
||||
'#description' => t(''),
|
||||
'#default_value' => variable_get('booking_email_notification_text', '[booking:regn-summary]'),
|
||||
);
|
||||
$form['emails']['booking_email_bookedin_text'] = array(
|
||||
'#title' => t('Text to use in an email indicating the person has booked in and is not on the waiting list'),
|
||||
'#type' => 'textarea',
|
||||
|
Reference in New Issue
Block a user