From: yashodha Date: Sat, 25 May 2013 02:08:37 +0000 (+0530) Subject: CRM-12688 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e461a3fec575665bcf3c8c3ad78f4168e1c2444e;p=civicrm-core.git CRM-12688 --- diff --git a/CRM/Admin/Form/ScheduleReminders.php b/CRM/Admin/Form/ScheduleReminders.php index aa7bfa5606..fed6ba0cc8 100644 --- a/CRM/Admin/Form/ScheduleReminders.php +++ b/CRM/Admin/Form/ScheduleReminders.php @@ -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);") ); diff --git a/templates/CRM/Admin/Form/ScheduleReminders.tpl b/templates/CRM/Admin/Form/ScheduleReminders.tpl index f3e412c94a..17fa8a03eb 100644 --- a/templates/CRM/Admin/Form/ScheduleReminders.tpl +++ b/templates/CRM/Admin/Form/ScheduleReminders.tpl @@ -108,7 +108,7 @@ - {$form.recipient.label}{$form.recipient.html}  {help id="id-recipient"} + {$form.recipient.label}{$form.recipient.html}  {help id="recipient" title=$form.recipient.label} {$form.recipient_listing.label}{$form.recipient_listing.html} diff --git a/templates/CRM/Admin/Page/ScheduleReminders.hlp b/templates/CRM/Admin/Page/ScheduleReminders.hlp index 7d0609dbf1..2506e3ce96 100644 --- a/templates/CRM/Admin/Page/ScheduleReminders.hlp +++ b/templates/CRM/Admin/Page/ScheduleReminders.hlp @@ -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} diff --git a/templates/CRM/Event/Form/ManageEvent/ScheduleReminders.hlp b/templates/CRM/Event/Form/ManageEvent/ScheduleReminders.hlp index 7d0609dbf1..2506e3ce96 100644 --- a/templates/CRM/Event/Form/ManageEvent/ScheduleReminders.hlp +++ b/templates/CRM/Event/Form/ManageEvent/ScheduleReminders.hlp @@ -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} diff --git a/templates/CRM/Event/Form/ManageEvent/ScheduleReminders.tpl b/templates/CRM/Event/Form/ManageEvent/ScheduleReminders.tpl index 0aab0ada49..405bfa4f30 100755 --- a/templates/CRM/Event/Form/ManageEvent/ScheduleReminders.tpl +++ b/templates/CRM/Event/Form/ManageEvent/ScheduleReminders.tpl @@ -122,7 +122,7 @@ - {$form.recipient.label}{$form.recipient.html}  {help id="id-recipient"} + {$form.recipient.label}{$form.recipient.html}  {help id="recipient" title=$form.recipient.label} {$form.recipient_listing.label}{$form.recipient_listing.html}