Subversion Repositories SmartDukaan

Rev

Rev 14561 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14561 Rev 15848
Line 6... Line 6...
6
		<div class="col-lg-9">
6
		<div class="col-lg-9">
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('skuBundleId',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
					// echo $this->Form->input('multi',array('type'=>'checkbox'));
16
				?>
16
				?>
17
				</fieldset>
17
				</fieldset>
18
			<?php echo $this->Form->end(__('Submit')); ?>
18
			<?php echo $this->Form->end(__('Submit')); ?>
19
			</div>
19
			</div>
20
		</div>
20
		</div>