Subversion Repositories SmartDukaan

Rev

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

Rev 21104 Rev 21257
Line 62... Line 62...
62
	<div class="row">
62
	<div class="row">
63
		<h3>Enter message</h3>		
63
		<h3>Enter message</h3>		
64
		<?php //echo $this->Form->create('User',array('action'=>'push')); ?>				
64
		<?php //echo $this->Form->create('User',array('action'=>'push')); ?>				
65
		<?php echo $this->Form->input('name',array('label'=>'Campaign Name','required'=>true));?>
65
		<?php echo $this->Form->input('name',array('label'=>'Campaign Name','required'=>true));?>
66
		<?php echo $this->Form->input('title');?>
66
		<?php echo $this->Form->input('title');?>
67
		<?php echo $this->Form->input('message');?>
-
 
68
		<?php echo $this->Form->input('notification_long_text',array('type'=>'textarea','id'=>'notification_long_text'));?>	
67
		<?php echo $this->Form->input('notification_long_text',array('type'=>'textarea','id'=>'notification_long_text'));?>	
-
 
68
		<?php echo $this->Form->input('image', array('label'=>'Image Url');?>
69
		<?php echo $this->Form->input('type',array('type'=>'select','options' => array('url'=>'Url','native'=>'Native','update'=>'Update')));?>
69
		<?php echo $this->Form->input('type',array('type'=>'select','options' => array('url'=>'Url','native'=>'Native','update'=>'Update')));?>
70
		<?php echo $this->Form->input('url');?>
70
		<?php echo $this->Form->input('url');?>
71
		<?php echo $this->Form->input('expiresat',array('type'=>'datetime'));?>
71
		<?php echo $this->Form->input('expiresat',array('type'=>'datetime'));?>
72
		<?php echo $this->Form->input('sendsms',array('type'=>'checkbox'));?>
72
		<?php echo $this->Form->input('sendsms',array('type'=>'checkbox'));?>
73
		<?php $notitype=array("GENERAL_NOTIFICATION"=>"GENERAL_NOTIFICATION","BATCH_CREDIT"=>"BATCH_CREDIT");
73
		<?php $notitype=array("GENERAL_NOTIFICATION"=>"GENERAL_NOTIFICATION","BATCH_CREDIT"=>"BATCH_CREDIT");