everything working
[civicrm-core.git] / partials / crmMailing / sched.html
1 <!--
2 Controller: MailCtrl
3 Required vars: currentMailing
4 -->
5 <!--<script src="../../packages/jquery/plugins/jquery.validate.min.js"><script>-->
6 <br>
7 <table class="form-layout-compressed">
8 <tbody>
9 <tr>
10 <td class="label">Send Immediately</td>
11 <td>
12 <input type="checkbox" ng-model="now" ng-change= "checkNow()" ng-true-value="1" ng-false-value="0"/>
13 </td>
14 <tr ng-show="now==0">
15 <td class="label">OR</td>
16 </tr>
17 <tr ng-show="now==0">
18 <td class="label">Schedule Mailing</td>
19 <td>
20 <input type="text" class="dateplugin" chsdate ng-model="scheddate.date" >
21 </td>
22 <td class="label" >Time</td>
23 <td>
24 <input type="text" placeholder="hh:mm" ng-model="scheddate.time" checktimeentry required>
25 </td>
26 <!--<td>
27 <input type="text" ng-model="scheddate.time">
28 </td>-->
29 </tr>
30
31 </tbody>
32 </table>
33
34 <div id="help" ng-show="now==0">
35 Enter the time in the 12:32 format where 12 is the hour, 32 the minutes.
36 </div>
37 <br>
38
39 <!--ng-model="crmMailing.scheduled_date" -->