Subversion Repositories SmartDukaan

Rev

Rev 14561 | 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('Exceptionalnlc'); ?>
                                <fieldset>
                                        <legend><?php echo __('Add Exceptionalnlc'); ?></legend>
                                <?php
                                        echo $this->Form->input('skuBundleId',array('type'=>'number'));
                                        echo $this->Form->input('maxNlc');
                                        echo $this->Form->input('minNlc');
                                        echo $this->Form->input('overrideNlc',array('type'=>'select','options'=>array(0=>'No',1=>'Yes')));
                                        // echo $this->Form->input('multi',array('type'=>'checkbox'));
                                ?>
                                </fieldset>
                        <?php echo $this->Form->end(__('Submit')); ?>
                        </div>
                </div>
        </div>
</div>