CRM-12688
authoryashodha <yashodha.chaku@webaccess.co.in>
Sat, 25 May 2013 02:08:37 +0000 (07:38 +0530)
committeryashodha <yashodha.chaku@webaccess.co.in>
Sat, 25 May 2013 02:08:37 +0000 (07:38 +0530)
CRM/Admin/Form/ScheduleReminders.php
templates/CRM/Admin/Form/ScheduleReminders.tpl
templates/CRM/Admin/Page/ScheduleReminders.hlp
templates/CRM/Event/Form/ManageEvent/ScheduleReminders.hlp
templates/CRM/Event/Form/ManageEvent/ScheduleReminders.tpl

index aa7bfa56067d3c84e2c2c738f88e4e5be005a078..fed6ba0cc8109a145a9149474b9a435f9cce9506 100644 (file)
@@ -175,7 +175,7 @@ class CRM_Admin_Form_ScheduleReminders extends CRM_Admin_Form {
       );
     }
 
-    $this->add('select', 'recipient', ts('Recipient(s)'), $sel5[$recipient],
+    $this->add('select', 'recipient', ts('Limit Recipients'), $sel5[$recipient],
       FALSE, array('onClick' => "showHideByValue('recipient','manual','recipientManual','table-row','select',false); showHideByValue('recipient','group','recipientGroup','table-row','select',false);")
     );
 
index f3e412c94a539ffa05962cebb94104701fdcdb8a..17fa8a03eb3eff943eb959930222faa67c55f304 100644 (file)
      </td>
     </tr>
     <tr class="crm-scheduleReminder-form-block-recipient">
-        <td id="recipientLabel" class="right">{$form.recipient.label}</td><td colspan="3">{$form.recipient.html}&nbsp;&nbsp;{help id="id-recipient"}</td>
+       <td id="recipientLabel" class="right">{$form.recipient.label}</td><td colspan="3">{$form.recipient.html}&nbsp;&nbsp;{help id="recipient" title=$form.recipient.label}</td>
     </tr>
     <tr id="recipientList" class="crm-scheduleReminder-form-block-recipientListing">
         <td class="right">{$form.recipient_listing.label}</td><td colspan="3">{$form.recipient_listing.html}</td>
index 7d0609dbf15fcc82e2dccad390cc3c5d2d12ca90..2506e3ce96de2135d9f025046037d9988ee7811d 100644 (file)
@@ -23,6 +23,6 @@
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
 *}
-{htxt id="id-recipient"}
+{htxt id="recipient"}
   {ts}The scheduled reminders will be limited to ONLY the chosen recipients.{/ts}
 {/htxt}
index 7d0609dbf15fcc82e2dccad390cc3c5d2d12ca90..2506e3ce96de2135d9f025046037d9988ee7811d 100644 (file)
@@ -23,6 +23,6 @@
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
 *}
-{htxt id="id-recipient"}
+{htxt id="recipient"}
   {ts}The scheduled reminders will be limited to ONLY the chosen recipients.{/ts}
 {/htxt}
index 0aab0ada49309093f0b1392e4f3a3b719596fd40..405bfa4f30a3d11eb3d4d1c8b9407329e4b46d7b 100755 (executable)
       </td>
     </tr>
     <tr class="crm-scheduleReminder-form-block-recipient">
-        <td class="right">{$form.recipient.label}</td><td colspan="3">{$form.recipient.html}&nbsp;&nbsp;{help id="id-recipient"}</td>
+        <td class="right">{$form.recipient.label}</td><td colspan="3">{$form.recipient.html}&nbsp;&nbsp;{help id="recipient" title=$form.recipient.label}</td>
     </tr>
     <tr id="recipientList" class="crm-scheduleReminder-form-block-recipientListing">
         <td class="right">{$form.recipient_listing.label}</td><td colspan="3">{$form.recipient_listing.html}</td>