Subversion Repositories SmartDukaan

Rev

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

Rev 14561 Rev 15077
Line 9... Line 9...
9
					<legend><?php echo __('Add Manual Deal'); ?></legend>
9
					<legend><?php echo __('Add Manual Deal'); ?></legend>
10
				<?php
10
				<?php
11
					echo $this->Form->input('sku',array('type'=>'number'));
11
					echo $this->Form->input('sku',array('type'=>'number'));
12
					echo $this->Form->input('startDate',array('type'=>'datetime','timeFormat'=>24));
12
					echo $this->Form->input('startDate',array('type'=>'datetime','timeFormat'=>24));
13
					echo $this->Form->input('endDate',array('type'=>'datetime','timeFormat'=>24));
13
					echo $this->Form->input('endDate',array('type'=>'datetime','timeFormat'=>24));
-
 
14
					echo $this->Form->input('dealThresholdPrice');
-
 
15
					echo $this->Form->input('dealPoints');
14
					echo $this->Form->input('source_id',array('type'=>'select','options'=>$sources));
16
					echo $this->Form->input('source_id',array('type'=>'select','options'=>$sources));
15
					echo $this->Form->input('dealType',array('type'=>'hidden','value'=>1));
17
					echo $this->Form->input('dealType',array('type'=>'hidden','value'=>1));
16
					echo $this->Form->input('dealDescription',array('type'=>'hidden','value'=>'Lightning Deal'));
18
					echo $this->Form->input('dealDescription',array('type'=>'hidden','value'=>'Lightning Deal'));
17
					echo $this->Form->input('multi',array('type'=>'checkbox'));
19
					//echo $this->Form->input('multi',array('type'=>'checkbox'));
18
				?>
20
				?>
19
				</fieldset>
21
				</fieldset>
20
			<?php echo $this->Form->end(__('Submit')); ?>
22
			<?php echo $this->Form->end(__('Submit')); ?>
21
			</div>
23
			</div>
22
		</div>
24
		</div>