Subversion Repositories SmartDukaan

Rev

Rev 17349 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17349 Rev 18175
Line 22... Line 22...
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'));?>
26
		<?php echo $this->Form->input('sendsms',array('type'=>'checkbox'));?>
27
		<?php echo $this->Form->input('messagetext');?>
27
		<?php echo $this->Form->input('messagetext', array('size'=>130,'maxlength'=>130,'placeholder'=>' Max Length 130 Character(s)'));?>
28
		<button type="button" class="btn btn-success notifyusers">Send</button>
28
		<button type="button" class="btn btn-success notifyusers">Send</button>
29
		<div class="row">
29
		<div class="row">
30
			<div class="col-lg-6">Email</div>
30
			<div class="col-lg-6">Email</div>
31
			<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"/> 
32
		</div>
32
		</div>