Subversion Repositories SmartDukaan

Rev

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

Rev 14411 Rev 14428
Line 15... Line 15...
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('title');?>
20
		<?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')));?>
-
 
23
		<?php echo $this->Form->input('url');?>
21
		<button type="button" class="btn btn-success notifyusers">Send</button>
24
		<button type="button" class="btn btn-success notifyusers">Send</button>
22
		<div class="row">
25
		<div class="row">
23
			<div class="col-lg-6">Email</div>
26
			<div class="col-lg-6">Email</div>
24
			<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"/> 
25
		</div>
28
		</div>