Subversion Repositories SmartDukaan

Rev

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

Rev 14401 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('maxNlc');
12
					echo $this->Form->input('maxNlc');
13
					echo $this->Form->input('minNlc');
13
					echo $this->Form->input('minNlc');
14
					echo $this->Form->input('overrideNlc',array('type'=>'select','options'=>array(0=>'No',1=>'Yes')));
14
					echo $this->Form->input('overrideNlc',array('type'=>'select','options'=>array(0=>'No',1=>'Yes')));
-
 
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>