Subversion Repositories SmartDukaan

Rev

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

Rev 15848 Rev 16234
Line 8... Line 8...
8
				<fieldset>
8
				<fieldset>
9
					<legend><?php echo __('Add Dealer Price'); ?></legend>
9
					<legend><?php echo __('Add Dealer Price'); ?></legend>
10
				<?php
10
				<?php
11
					echo $this->Form->input('skuBundleId',array('type'=>'number'));
11
					echo $this->Form->input('skuBundleId',array('type'=>'number'));
12
					echo $this->Form->input('dp');
12
					echo $this->Form->input('dp');
13
					// echo $this->Form->input('multi',array('type'=>'checkbox'));
13
					echo $this->Form->input('showDp',array('type'=>'select','options'=>$showDps,'value'=>1));
14
				?>
14
				?>
15
				</fieldset>
15
				</fieldset>
16
			<?php echo $this->Form->end(__('Submit')); ?>
16
			<?php echo $this->Form->end(__('Submit')); ?>
17
		</div>
17
		</div>
18
	</div>
18
	</div>