<div ng-controller="EditRecipCtrl">
<div style="float: right;">
<div class='crmMailing-recip-est'>
- <a href="" ng-click="previewRecipients()">{{getRecipientsEstimate()}}</a>
+ <a href="" ng-click="previewRecipients()" title="{{ts('Preview a List of Recipients')}}">{{getRecipientsEstimate()}}</a>
</div>
</div>
<select
ng-required="true"
multiple>
</select>
- <a crm-icon="wrench" ng-click="editOptions(mailing)" class="crm-hover-button" title="{{ts('Edit Options')}}"></a>
+ <a crm-icon="wrench" ng-click="editOptions(mailing)" class="crm-hover-button" title="{{ts('Edit Recipient Options')}}"></a>
</div>
<!--
Implicit Controller: CrmMailingABEditCtrl
-->
+<div class="messages help">
+ <div class="msg-title crm-title">{{ts('A/B Test Results')}}: {{abtest.ab.name}}</div>
+ {{ts('This report displays the current results for your A/B test. You can return to this page to view the latest statistics by clicking "Results" from the "Manage A/B Tests" listing.')}}
+</div>
<div ng-controller="CrmMailingABReportCtrl">
<table class="crm-mailing-ab-table">
<thead>
<tr ng-show="abtest.ab.status == 'Testing'">
<td></td>
<td ng-repeat="am in getActiveMailings()">
- <button ng-click="selectWinner(am.name)">{{ts('Select as Final')}}</button>
+ <button crm-icon="mail-closed" ng-click="selectWinner(am.name)">{{ts('Select as Final')}}</button>
</td>
<td></td>
</tr>