Subversion Repositories SmartDukaan

Rev

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

Rev 14579 Rev 14849
Line 10... Line 10...
10
				<?php
10
				<?php
11
					echo $this->Form->input('name');
11
					echo $this->Form->input('name');
12
					echo $this->Form->input('sql');
12
					echo $this->Form->input('sql');
13
					echo $this->Form->input('message');
13
					echo $this->Form->input('message');
14
					echo $this->Form->input('url');		
14
					echo $this->Form->input('url');		
15
					// echo $this->Form->input('status');
15
					echo $this->Form->input('type', array('type' => 'select'));
-
 
16
					echo $this->Form->input('popup_display_count',array('disabled'=>true));
-
 
17
					echo $this->Form->input('popup_display_interval',array('disabled'=>true,'label'=>'Popup Display Interval (in minutes)'));
16
					echo $this->Form->input('starttime');
18
					echo $this->Form->input('starttime');
17
					echo $this->Form->input('endtime');
19
					echo $this->Form->input('endtime');
18
				?>
20
				?>
19
				</fieldset>
21
				</fieldset>
20
			<?php echo $this->Form->end(__('Submit')); ?>
22
			<?php echo $this->Form->end(__('Submit')); ?>