From 57d3ad9f9d52718e4b2d93c864f8e89fe3143329 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Fri, 12 Sep 2014 10:52:58 -0400 Subject: [PATCH] CRM/Admin/Form/ScheduleReminders - Less stupid field ordering Old field ordering: * When: * Record activity for automated email? * Repeat: * Email: * Send email? * Use Template * Subject New field ordering: * When: * Repeat: * Email * Send email? * Record activity for automated email? * Use Template * Subjec This is less-stupid because: * It doesn't breakup the When/Repeat sections * It puts the email options together --- templates/CRM/Admin/Form/ScheduleReminders.tpl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/templates/CRM/Admin/Form/ScheduleReminders.tpl b/templates/CRM/Admin/Form/ScheduleReminders.tpl index 3434c00866..44c6cb3208 100644 --- a/templates/CRM/Admin/Form/ScheduleReminders.tpl +++ b/templates/CRM/Admin/Form/ScheduleReminders.tpl @@ -52,9 +52,6 @@ {$form.start_action_offset.html}   {$form.start_action_unit.html}   {$form.start_action_condition.html}   {$form.start_action_date.html} - {$form.record_activity.label} - {$form.record_activity.html} - {$form.is_repeat.label} {$form.is_repeat.html}  {ts}Enable repetition.{/ts} @@ -109,6 +106,10 @@ {$form.is_active.html} {$form.is_active.label} + + + {$form.record_activity.html} {$form.record_activity.label} + {$form.template.label} {$form.template.html} -- 2.25.1