crmUiHelp - Render title once (rather than watching)
[civicrm-core.git] / partials / crmMailing / tracking.html
CommitLineData
8dd434c7
TO
1<!--
2Controller: EditMailingCtrl
3Required vars: mailing
8dd434c7 4-->
f8601d61 5<div class="crm-block" ng-form="subform" crm-ui-id-scope>
0112f1ae 6 <div class="crm-group">
c4256f35 7 <div crm-ui-field="{name: 'subform.url_tracking', title: ts('Track Click Throughs')}" crm-layout="checkbox">
c1154157 8 <input crm-ui-id="subform.url_tracking" name="url_tracking" type="checkbox" ng-model="mailing.url_tracking" ng-true-value="'1'" ng-false-value="'0'" />
0112f1ae
TO
9 </div>
10 <div class="crm-section" id="help">
11 {{ts('Track the number of times recipients click each link in this mailing. NOTE: When this feature is enabled, all links in the message body will be automatically re-written to route through your CiviCRM server prior to redirecting to the target page.')}}
12 </div>
c4256f35 13 <div crm-ui-field="{name: 'subform.open_tracking', title: ts('Track Opens')}" crm-layout="checkbox">
c1154157 14 <input crm-ui-id="subform.open_tracking" name="open_tracking" type="checkbox" ng-model="mailing.open_tracking" ng-true-value="'1'" ng-false-value="'0'" />
0112f1ae
TO
15 </div>
16 <div class="crm-section" id="help">
17 {{ts('Track the number of times recipients open this mailing in their email software.')}}
18 </div>
19 </div>
20</div>