Subversion Repositories SmartDukaan

Rev

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

Rev 14965 Rev 17432
Line 14... Line 14...
14
					echo $this->Form->input('message',array('readonly'=>true));
14
					echo $this->Form->input('message',array('readonly'=>true));
15
					// echo $this->Form->input('type');
15
					// echo $this->Form->input('type');
16
					echo $this->Form->input('url',array('readonly'=>true));
16
					echo $this->Form->input('url',array('readonly'=>true));
17
					echo $this->Form->input('status',array('type'=>'select','options'=>array('active'=>'Active','inactive'=>'Inactive')));
17
					echo $this->Form->input('status',array('type'=>'select','options'=>array('active'=>'Active','inactive'=>'Inactive')));
18
					echo $this->Form->input('expiresat',array('type'=>'datetime'));
18
					echo $this->Form->input('expiresat',array('type'=>'datetime'));
-
 
19
					echo $this->Form->input('sendsms');
-
 
20
					echo $this->Form->input('messagetext');
-
 
21
					
19
				?>
22
				?>
20
				</fieldset>
23
				</fieldset>
21
			<?php echo $this->Form->end(__('Submit')); ?>
24
			<?php echo $this->Form->end(__('Submit')); ?>
22
		</div>
25
		</div>
23
	</div>
26
	</div>