| Line 17... |
Line 17... |
| 17 |
<?php if(!empty($users)):?>
|
17 |
<?php if(!empty($users)):?>
|
| 18 |
<h3>Enter message and choose users</h3>
|
18 |
<h3>Enter message and choose users</h3>
|
| 19 |
<?php echo $this->Form->create('User',array('action'=>'push')); ?>
|
19 |
<?php echo $this->Form->create('User',array('action'=>'push')); ?>
|
| 20 |
<?php echo $this->Form->input('title');?>
|
20 |
<?php echo $this->Form->input('title');?>
|
| 21 |
<?php echo $this->Form->input('message');?>
|
21 |
<?php echo $this->Form->input('message');?>
|
| 22 |
<?php echo $this->Form->input('type',array('type'=>'select','options' => array('url'=>'Url','native'=>'Native')));?>
|
22 |
<?php echo $this->Form->input('type',array('type'=>'select','options' => array('url'=>'Url','native'=>'Native','update'=>'Update')));?>
|
| 23 |
<?php echo $this->Form->input('url');?>
|
23 |
<?php echo $this->Form->input('url');?>
|
| 24 |
<button type="button" class="btn btn-success notifyusers">Send</button>
|
24 |
<button type="button" class="btn btn-success notifyusers">Send</button>
|
| 25 |
<div class="row">
|
25 |
<div class="row">
|
| 26 |
<div class="col-lg-6">Email</div>
|
26 |
<div class="col-lg-6">Email</div>
|
| 27 |
<div class="col-lg-6"><input type="checkbox" class="pushtoalll" value="1"/>
|
27 |
<div class="col-lg-6"><input type="checkbox" class="pushtoalll" value="1"/>
|