Rev 14099 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<div class="container"><div class="row"><div class="col-lg-3"><?php echo $this->Element('adminactions');?></div><div class="col-lg-9"><?php echo $this->Form->create('Skuscheme',array('action'=>'adddp')); ?><fieldset><legend><?php echo __('Add Dealer Price'); ?></legend><?phpecho $this->Form->input('sku',array('type'=>'number'));echo $this->Form->input('dp');echo $this->Form->input('multi',array('type'=>'checkbox'));?></fieldset><?php echo $this->Form->end(__('Submit')); ?></div></div></div>