Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

<div class="exceptionalnlcs form">
<?php echo $this->Form->create('Exceptionalnlc'); ?>
        <fieldset>
                <legend><?php echo __('Admin Edit Exceptionalnlc'); ?></legend>
        <?php
                echo $this->Form->input('sku');
                echo $this->Form->input('max_nlc');
                echo $this->Form->input('min_nlc');
        ?>
        </fieldset>
<?php echo $this->Form->end(__('Submit')); ?>
</div>
<div class="actions">
        <h3><?php echo __('Actions'); ?></h3>
        <ul>

                <li><?php echo $this->Form->postLink(__('Delete'), array('action' => 'delete', $this->Form->value('Exceptionalnlc.sku')), null, __('Are you sure you want to delete # %s?', $this->Form->value('Exceptionalnlc.sku'))); ?></li>
                <li><?php echo $this->Html->link(__('List Exceptionalnlcs'), array('action' => 'index')); ?></li>
        </ul>
</div>