crmMetadata - Add service which calls and caches crmApi(*,getfields)
[civicrm-core.git] / partials / crmMailing / dialog / recipientOptions.html
CommitLineData
b8b2e316
TO
1<div ng-controller="EditRecipOptionsDialogCtrl">
2 <div class="crm-block" ng-form="responseForm" crm-ui-id-scope>
3 <div class="crm-group">
4 <!-- FIXME: ts is not working here. -->
5 <div crm-ui-field crm-title="'Dedupe by email'" crm-layout="checkbox">
6 <input
7 type='checkbox'
8 ng-model='model.dedupe_email'
9 ng-true-value="'1'"
10 ng-false-value="'0'"
11 />
12 </div>
13 <div class="crm-section" id="help">
14 <p>{{ts('Multiple people -- such as spouses, parents, or children -- may sometimes share the same email address.')}}</p>
15 <p>{{ts('To send only one message to the shared address, enable this option. Mail-merge tokens will be filled for only one person.')}}</p>
16 <p>{{ts('To send separate messages for each person, disable this option. Mail-merge tokens will be filled separately for each person.')}}</p>
17 </div>
18 </div>
19 </div>
20</div>