Subversion Repositories SmartDukaan

Rev

Rev 15848 | 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>
                                <?php
                                        echo $this->Form->input('skuBundleId',array('type'=>'number'));
                                        echo $this->Form->input('dp');
                                        echo $this->Form->input('showDp',array('type'=>'select','options'=>$showDps,'value'=>1));
                                ?>
                                </fieldset>
                        <?php echo $this->Form->end(__('Submit')); ?>
                </div>
        </div>
</div>