Fix tshirt entry in email summary

This commit is contained in:
2015-02-02 12:40:54 +11:00
parent 8171615d46
commit d2d4e92dc9
3 changed files with 15 additions and 4 deletions

View File

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