Subversion Repositories SmartDukaan

Rev

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

Rev 13646 Rev 14401
Line 7... Line 7...
7
			<?php echo $this->Form->create('Exceptionalnlc'); ?>
7
			<?php echo $this->Form->create('Exceptionalnlc'); ?>
8
				<fieldset>
8
				<fieldset>
9
					<legend><?php echo __('Add Exceptionalnlc'); ?></legend>
9
					<legend><?php echo __('Add Exceptionalnlc'); ?></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('max_nlc');
12
					echo $this->Form->input('maxNlc');
13
					echo $this->Form->input('min_nlc');
13
					echo $this->Form->input('minNlc');
-
 
14
					echo $this->Form->input('overrideNlc',array('type'=>'select','options'=>array(0=>'No',1=>'Yes')));
14
				?>
15
				?>
15
				</fieldset>
16
				</fieldset>
16
			<?php echo $this->Form->end(__('Submit')); ?>
17
			<?php echo $this->Form->end(__('Submit')); ?>
17
			</div>
18
			</div>
18
		</div>
19
		</div>