CRM/Admin/Form/ScheduleReminders - Less stupid field ordering
authorTim Otten <totten@civicrm.org>
Fri, 12 Sep 2014 14:52:58 +0000 (10:52 -0400)
committerTim Otten <totten@civicrm.org>
Fri, 12 Sep 2014 15:01:28 +0000 (11:01 -0400)
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

index 3434c008665ea23b08f6f7e02b66b9bb62854035..44c6cb3208ff15d7e53c70f2f866768028c2ddeb 100644 (file)
@@ -52,9 +52,6 @@
         <td class="right"></td>
         <td colspan="3">{$form.start_action_offset.html}&nbsp;&nbsp;&nbsp;{$form.start_action_unit.html}&nbsp;&nbsp;&nbsp;{$form.start_action_condition.html}&nbsp;&nbsp;&nbsp;{$form.start_action_date.html}</td>
     </tr>
-    <tr id="recordActivity" class="crm-scheduleReminder-form-block-record_activity"><td class="label" width="20%">{$form.record_activity.label}</td>
-        <td>{$form.record_activity.html}</td>
-    </tr>
     <tr id="relativeDateRepeat" class="crm-scheduleReminder-form-block-is_repeat"><td class="label" width="20%">{$form.is_repeat.label}</td>
         <td>{$form.is_repeat.html}&nbsp;&nbsp;<span class="description">{ts}Enable repetition.{/ts}</span></td>
     </tr>
            <td class="label"></td>
            <td>{$form.is_active.html}&nbsp;{$form.is_active.label}</td>
         </tr>
+        <tr id="recordActivity" class="crm-scheduleReminder-form-block-record_activity">
+            <td class="label"></td>
+           <td>{$form.record_activity.html}&nbsp;{$form.record_activity.label}</td>
+        </tr>
         <tr class="crm-scheduleReminder-form-block-template">
             <td class="label">{$form.template.label}</td>
             <td>{$form.template.html}</td>