Subversion Repositories SmartDukaan

Rev

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

Rev 14579 Rev 14928
Line 11... Line 11...
11
				echo $this->Form->input('id');
11
				echo $this->Form->input('id');
12
				echo $this->Form->input('name');
12
				echo $this->Form->input('name');
13
				echo $this->Form->input('sql');
13
				echo $this->Form->input('sql');
14
				echo $this->Form->input('message');
14
				echo $this->Form->input('message');
15
				echo $this->Form->input('url');
15
				echo $this->Form->input('url');
-
 
16
				echo $this->Form->input('type', array('type' => 'select'));				
16
				$options = array('active'=>'Active','paused'=>'Paused','deleted'=>'Deleted');
17
				$options = array('active'=>'Active','paused'=>'Paused','deleted'=>'Deleted');
17
				echo $this->Form->input('status',array('type'=>'select','options'=>$options));
18
				echo $this->Form->input('status',array('type'=>'select','options'=>$options));
-
 
19
				echo $this->Form->input('popup_display_count',array('disabled'=>true));
-
 
20
				echo $this->Form->input('popup_display_interval',array('disabled'=>true,'label'=>'Popup Display Interval (in minutes)'));
-
 
21
				echo $this->Form->input('popup_type',array('disabled'=>true,'label'=>'Popup Type','type'=>'select','options'=>$popup_types));			
18
				echo $this->Form->input('starttime');
22
				echo $this->Form->input('starttime');
19
				echo $this->Form->input('endtime');
23
				echo $this->Form->input('endtime');
20
			?>
24
			?>
21
			</fieldset>
25
			</fieldset>
22
		<?php echo $this->Form->end(__('Submit')); ?>
26
		<?php echo $this->Form->end(__('Submit')); ?>