Subversion Repositories SmartDukaan

Rev

Rev 14401 | 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('Exceptionalnlc'); ?>
                                <fieldset>
                                        <legend><?php echo __('Add Exceptionalnlc'); ?></legend>
                                <?php
                                        echo $this->Form->input('sku',array('type'=>'number'));
                                        echo $this->Form->input('max_nlc');
                                        echo $this->Form->input('min_nlc');
                                ?>
                                </fieldset>
                        <?php echo $this->Form->end(__('Submit')); ?>
                        </div>
                </div>
        </div>
</div>