From eca45088537eb0f5ae86ce6ba2aba7336c4d8227 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Sun, 17 Jun 2018 09:44:14 +1000 Subject: [PATCH] add link to email definitions from manual email page --- booking.email_manually.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/booking.email_manually.inc b/booking.email_manually.inc index 994a35e..9e2bec6 100644 --- a/booking.email_manually.inc +++ b/booking.email_manually.inc @@ -32,6 +32,8 @@ function booking_manual_email_form($form, &$form_state) $values = array(); $group_text = ""; $prefix = t("

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.

", + array ('!workflow' => l('here', 'admin/config/booking/emails'), '!custom' => l('here', 'admin/config/booking/emails/definitions'))); $email_options_array = array(); $email_options_array['NULL'] = "---"; $email_options_array['registration'] = 'Registration Successful Email';