-->
<form name="editCaseTypeForm" unsaved-warning-form>
<div class="crm-block crm-form-block crmCaseType">
- <div id="help">
+ <div class="help">
Use this screen to define or update the Case Roles, Activity Types, and Timelines for a case type (<a href="http://book.civicrm.org/user/current/case-management/setup/" target="_blank">learn more...</a>).
</div>
<div class="crm-submit-buttons">
Controller: CaseTypeListsCtrl
Required vars: caseTypes
-->
-<div id="help">
+<div class="help">
A Case Type describes a group of related tasks, interactions, or processes.
</div>
<div class="preview-contact" ng-form>
<div>
{{ts('Send test email to:')}}
- <a crm-ui-help="hs({id: 'test'})"></a>
+ <a crm-ui-help="hs({id: 'test', title: ts('Test Email')})"></a>
</div>
<div>
<input
<div class="preview-group" ng-form>
<div>
{{ts('Send test email to group:')}}
- <a crm-ui-help="hs({id: 'test'})"></a>
+ <a crm-ui-help="hs({id: 'test', title: ts('Test Email')})"></a>
</div>
<div>
<select
-->
<div class="crm-block" ng-form="responseForm" crm-ui-id-scope>
<div class="crm-group">
- <div crm-ui-field="{title: ts('Track Replies')}" crm-layout="checkbox">
+ <div crm-ui-field="{title: ts('Track Replies'), help: hs('override_verp')}" crm-layout="checkbox">
<!-- Comparing data-model and UI of "override_verp", note that true/false are inverted (enabled==0,disabled==1) -->
<span ng-controller="EmailAddrCtrl">
<input
/>
</span>
</div>
- <div class="crm-section" id="help">
- {{ts('Recipients\' replies are sent to a CiviMail specific address instead of the sender\'s address so they can be stored within CiviCRM.')}}
- </div>
- <div crm-ui-field="{title: ts('Forward Replies')}" crm-layout="checkbox" ng-show="'0' == mailing.override_verp">
+ <div crm-ui-field="{title: ts('Forward Replies'), help: hs('forward_replies')}" crm-layout="checkbox" ng-show="'0' == mailing.override_verp">
<input name="forward_replies" type="checkbox" ng-model="mailing.forward_replies" ng-true-value="'1'" ng-false-value="'0'" />
</div>
- <div class="crm-section" id="help" ng-show="'0' == mailing.override_verp">
- {{ts('If a recipient replies to this mailing, forward the reply to the FROM Email address specified for the mailing.')}}
- </div>
- <div crm-ui-field="{title: ts('Auto-Respond to Replies')}" crm-layout="checkbox" ng-show="'0' == mailing.override_verp">
+ <div crm-ui-field="{title: ts('Auto-Respond to Replies'), help: hs('auto_responder')}" crm-layout="checkbox" ng-show="'0' == mailing.override_verp">
<input name="auto_responder" type="checkbox" ng-model="mailing.auto_responder" ng-true-value="'1'" ng-false-value="'0'" />
</div>
- <div class="crm-section" id="help" ng-show="'0' == mailing.override_verp">
- {{ts('If a recipient replies to this mailing, send an automated reply using the selected message.')}}
- </div>
</div>
</div>
-->
<div class="crm-block" ng-form="subform" crm-ui-id-scope>
<div class="crm-group">
- <div crm-ui-field="{name: 'subform.url_tracking', title: ts('Track Click Throughs')}" crm-layout="checkbox">
+ <div crm-ui-field="{name: 'subform.url_tracking', title: ts('Track Click Throughs'), help: hs('url_tracking')}" crm-layout="checkbox">
<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'" />
</div>
- <div class="crm-section" id="help">
- {{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.')}}
- </div>
- <div crm-ui-field="{name: 'subform.open_tracking', title: ts('Track Opens')}" crm-layout="checkbox">
+ <div crm-ui-field="{name: 'subform.open_tracking', title: ts('Track Opens'), help: hs('open_tracking')}" crm-layout="checkbox">
<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'" />
</div>
- <div class="crm-section" id="help">
- {{ts('Track the number of times recipients open this mailing in their email software.')}}
- </div>
</div>
</div>
<div ng-controller="CrmMailingABWinnerDialogCtrl">
<form novalidate name="winnerForm">
- <div id="help">
+ <div class="help">
{{ts('After selecting %1 as the winner, one must schedule the delivery for the final mailing.', {1: mailingTitle})}}
</div>
<div class="crm-block" ng-form="setupForm" crm-ui-id-scope>
<div class="crm-group">
- <div id="help" ng-if="fields.help">
- {{ts('A/B testing allows you to send two test mailings to a random subset of your recipients. After collecting and
- comparing metrics, the more successful mailing will be sent to the remaining recipients.')}}
+ <div class="help" ng-if="fields.help">
+ {{ts('A/B testing allows you to send two test mailings to a random subset of your recipients. After collecting and comparing metrics, the more successful mailing will be sent to the remaining recipients.')}}
</div>
<div crm-ui-field="{name: 'setupForm.abName', title: ts('Name'), help: hs('name')}" ng-if="fields.abName">
<input
<table class="form-layout"><tr class="crm-mailing-settings-form-block-url_tracking">
<td class="label">{$form.url_tracking.label}</td>
<td>{$form.url_tracking.html}
- <span class="description">{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 automaticallly re-written to route through your CiviCRM server prior to redirecting to the target page.{/ts}</span>
+ <span class="description">
+ {ts}Track the number of times recipients click each link in this mailing.{/ts}
+ {ts}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.{/ts}
+ </span>
</td></tr><tr class="crm-mailing-settings-form-block-open_tracking">
<td class="label">{$form.open_tracking.label}</td>
<td>{$form.open_tracking.html}
<li>{ts}If you are using mail-merge tokens, check that they have been replaced with expected values.{/ts}</li>
<li>{ts}Click on each included link to make sure they go to the expected web pages.{/ts}</li>
</ul>
+{/htxt}
+
+{htxt id="url_tracking"}
+ <p>
+ {ts}Track the number of times recipients click each link in this mailing.{/ts}
+ </p><p>
+ {ts}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.{/ts}
+ </p>
+{/htxt}
+
+{htxt id="open_tracking"}
+ <p>
+ {ts}Track the number of times recipients open this mailing in their email software.{/ts}
+ </p>
+{/htxt}
+
+{htxt id="override_verp"}
+ <p>
+ {ts}Recipients' replies are sent to a CiviMail specific address instead of the sender's address so they can be stored within CiviCRM.{/ts}
+ </p>
+{/htxt}
+
+{htxt id="auto_responder"}
+ <p>
+ {ts}If a recipient replies to this mailing, send an automated reply using the selected message.{/ts}
+ </p>
+{/htxt}
+
+{htxt id="forward_replies"}
+ <p>
+ {ts}If a recipient replies to this mailing, forward the reply to the FROM Email address specified for the mailing.{/ts}
+ </p>
{/htxt}
\ No newline at end of file