| Line 21... |
Line 21... |
| 21 |
<?php echo $this->Form->input('title');?>
|
21 |
<?php echo $this->Form->input('title');?>
|
| 22 |
<?php echo $this->Form->input('message');?>
|
22 |
<?php echo $this->Form->input('message');?>
|
| 23 |
<?php echo $this->Form->input('type',array('type'=>'select','options' => array('url'=>'Url','native'=>'Native','update'=>'Update')));?>
|
23 |
<?php echo $this->Form->input('type',array('type'=>'select','options' => array('url'=>'Url','native'=>'Native','update'=>'Update')));?>
|
| 24 |
<?php echo $this->Form->input('url');?>
|
24 |
<?php echo $this->Form->input('url');?>
|
| 25 |
<?php echo $this->Form->input('expiresat',array('type'=>'datetime'));?>
|
25 |
<?php echo $this->Form->input('expiresat',array('type'=>'datetime'));?>
|
| - |
|
26 |
<?php echo $this->Form->input('sendsms',array('type'=>'checkbox'));?>
|
| - |
|
27 |
<?php echo $this->Form->input('messagetext');?>
|
| 26 |
<button type="button" class="btn btn-success notifyusers">Send</button>
|
28 |
<button type="button" class="btn btn-success notifyusers">Send</button>
|
| 27 |
<div class="row">
|
29 |
<div class="row">
|
| 28 |
<div class="col-lg-6">Email</div>
|
30 |
<div class="col-lg-6">Email</div>
|
| 29 |
<div class="col-lg-6"><input type="checkbox" class="pushtoalll" value="1"/>
|
31 |
<div class="col-lg-6"><input type="checkbox" class="pushtoalll" value="1"/>
|
| 30 |
</div>
|
32 |
</div>
|