scheduled date working
[civicrm-core.git] / partials / crmMailingType / test.html
CommitLineData
6ba3bf81
SR
1<!--
2Controller: MailCtrl
3Required vars: groupNamesList
4-->
5
2cdff1d6
SR
6<table class="form-layout-compressed">
7 <tbody>
8 <tr>
9 <td class="label">Send to address</td>
10 <td>
11 <input type="text"/>
12 </td>
13 </tr>
14 <tr>
15 <td class="label">Send to this Group</td>
16 <td>
83b81838 17 <select style="width: 200px" ng-change="testing(testGroup)" ng-model="testGroup" ng-options="grp.id as grp.title for grp in groupNamesList| filter: isGrp">
6222de36 18 <option value="">-none-</option>
b2a570a7 19 </select>
2cdff1d6
SR
20 </td>
21 </tr>
22 <tr>
23 <td>
24 <button id="testbutton">Send a Test Mailing</button>
25 </td>
26 </tr>
27
28 </tbody>
29</table>
6222de36 30