Subversion Repositories SmartDukaan

Rev

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

Rev 21259 Rev 21260
Line 70... Line 70...
70
	<div class="row">
70
	<div class="row">
71
		<h3>Enter message</h3>		
71
		<h3>Enter message</h3>		
72
		<?php //echo $this->Form->create('User',array('action'=>'push')); ?>				
72
		<?php //echo $this->Form->create('User',array('action'=>'push')); ?>				
73
		<?php echo $this->Form->input('name',array('label'=>'Campaign Name','required'=>true));?>
73
		<?php echo $this->Form->input('name',array('label'=>'Campaign Name','required'=>true));?>
74
		<?php echo $this->Form->input('title');?>
74
		<?php echo $this->Form->input('title');?>
-
 
75
		<?php echo $this->Form->input('message');?>
75
		<?php echo $this->Form->input('notification_long_text',array('type'=>'textarea','id'=>'notification_long_text'));?>	
76
		<?php echo $this->Form->input('notification_long_text',array('type'=>'textarea','id'=>'notification_long_text'));?>	
76
		<?php echo $this->Form->input('image', array('label'=>'Image Url'));?>
77
		<?php echo $this->Form->input('image', array('label'=>'Image Url'));?>
77
		<?php echo $this->Form->input('type',array('type'=>'select','options' => array('url'=>'Url','native'=>'Native','update'=>'Update')));?>
78
		<?php echo $this->Form->input('type',array('type'=>'select','options' => array('url'=>'Url','native'=>'Native','update'=>'Update')));?>
78
		<?php echo $this->Form->input('url');?>
79
		<?php echo $this->Form->input('url');?>
79
		<?php echo $this->Form->input('expiresat',array('type'=>'datetime'));?>
80
		<?php echo $this->Form->input('expiresat',array('type'=>'datetime'));?>