| Line 13... |
Line 13... |
| 13 |
<button type="button" class="btn btn-primary sqlslecter">Use This</button>
|
13 |
<button type="button" class="btn btn-primary sqlslecter">Use This</button>
|
| 14 |
</div>
|
14 |
</div>
|
| 15 |
</div>
|
15 |
</div>
|
| 16 |
<hr/>
|
16 |
<hr/>
|
| 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('name',array('label'=>'Campaign Name','required'=>true));?>
|
| 20 |
<?php echo $this->Form->input('title');?>
|
21 |
<?php echo $this->Form->input('title');?>
|
| 21 |
<?php echo $this->Form->input('message');?>
|
22 |
<?php echo $this->Form->input('message');?>
|
| 22 |
<?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')));?>
|
| 23 |
<?php echo $this->Form->input('url');?>
|
24 |
<?php echo $this->Form->input('url');?>
|
| 24 |
<button type="button" class="btn btn-success notifyusers">Send</button>
|
25 |
<button type="button" class="btn btn-success notifyusers">Send</button>
|