tweak formatting
This commit is contained in:
@@ -31,8 +31,8 @@ function booking_manual_email_form($form, &$form_state)
|
||||
$preselection_options = array();
|
||||
$values = array();
|
||||
$group_text = "";
|
||||
$prefix = t("<p>Send a manual email to people registered for this event.</p>");
|
||||
$prefix .= t("<p>Click !workflow to update builtin-workflow emails, or click !custom to update custom email definitions.</p>",
|
||||
$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')));
|
||||
$email_options_array = array();
|
||||
$email_options_array['NULL'] = "---";
|
||||
|
Reference in New Issue
Block a user