Subversion Repositories SmartDukaan

Rev

Rev 14776 | Rev 17349 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14776 Rev 14781
Line 20... Line 20...
20
		<?php echo $this->Form->input('name',array('label'=>'Campaign Name','required'=>true));?>
20
		<?php echo $this->Form->input('name',array('label'=>'Campaign Name','required'=>true));?>
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
		<button type="button" class="btn btn-success notifyusers">Send</button>
26
		<button type="button" class="btn btn-success notifyusers">Send</button>
26
		<div class="row">
27
		<div class="row">
27
			<div class="col-lg-6">Email</div>
28
			<div class="col-lg-6">Email</div>
28
			<div class="col-lg-6"><input type="checkbox" class="pushtoalll" value="1"/> 
29
			<div class="col-lg-6"><input type="checkbox" class="pushtoalll" value="1"/> 
29
		</div>
30
		</div>