Subversion Repositories SmartDukaan

Rev

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

Rev 13646 Rev 14561
Line 10... Line 10...
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('min_discount');
12
					echo $this->Form->input('min_discount');
13
					echo $this->Form->input('max_discount');
13
					echo $this->Form->input('max_discount');
14
					echo $this->Form->input('discountType',array('type'=>'select','options'=>array('MRP'=>'MRP','DP'=>'DP')));
14
					echo $this->Form->input('discountType',array('type'=>'select','options'=>array('MRP'=>'MRP','DP'=>'DP')));
-
 
15
					echo $this->Form->input('multi',array('type'=>'checkbox'));
15
				?>
16
				?>
16
				</fieldset>
17
				</fieldset>
17
			<?php echo $this->Form->end(__('Submit')); ?>
18
			<?php echo $this->Form->end(__('Submit')); ?>
18
			</div>		
19
			</div>		
19
		</div>
20
		</div>