add some explanatory text

This commit is contained in:
Nathan Coad
2018-06-21 12:02:20 +10:00
parent 58d486dea9
commit 8d83e08419
2 changed files with 3 additions and 1 deletions

View File

@@ -34,6 +34,8 @@ function booking_manual_email_form($form, &$form_state)
$prefix = t("<p>Send a manual email to people registered for this event. ");
$prefix .= t("Click !workflow to update builtin-workflow emails, or click !custom to update custom email definitions.</p>",
array ('!workflow' => l('here', 'admin/config/booking/emails'), '!custom' => l('here', 'admin/config/booking/emails/definitions')));
$prefix .= t("<p>Highlighted rows have welfare requirements.</p>");
$email_options_array = array();
$email_options_array['NULL'] = "---";
$email_options_array['registration'] = 'Registration Successful Email';