From: Tim Otten Date: Fri, 12 Sep 2014 14:52:58 +0000 (-0400) Subject: CRM/Admin/Form/ScheduleReminders - Less stupid field ordering X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=57d3ad9f9d52718e4b2d93c864f8e89fe3143329;p=civicrm-core.git 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 --- 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}