Merge pull request #19521 from civicrm/5.34
[civicrm-core.git] / ang / crmMailingAB / WinnerDialogCtrl.html
CommitLineData
32b8b0bf
TO
1<div ng-controller="CrmMailingABWinnerDialogCtrl">
2 <form novalidate name="winnerForm">
1dda695b 3 <div class="help">
32b8b0bf
TO
4 {{ts('After selecting %1 as the winner, one must schedule the delivery for the final mailing.', {1: mailingTitle})}}
5 </div>
6
f8c5a8d6 7 <div crm-mailing-radio-date="schedule" ng-model="abtest.mailings.c.scheduled_date">
32b8b0bf
TO
8 <div>
9 <input ng-model="schedule.mode" type="radio" name="send" value="now" id="schedule-send-now"/>
f9c5f498 10 <label for="schedule-send-now">{{:: ts('Send final mailing immediately') }}</label>
32b8b0bf
TO
11 </div>
12 <div>
13 <input ng-model="schedule.mode" type="radio" name="send" value="at" id="schedule-send-at"/>
f9c5f498 14 <label for="schedule-send-at">{{:: ts('Send final mailing at:') }}</label>
a42344f4 15 <input crm-ui-datepicker ng-model="schedule.datetime"/>
32b8b0bf
TO
16 </div>
17 </div>
18 </form>
19</div>