Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

<div class="offers form">
<?php echo $this->Form->create('Offer'); ?>
        <fieldset>
                <legend><?php echo __('Add Offer'); ?></legend>
        <?php
                echo $this->Form->input('starttime');
                echo $this->Form->input('endtime');
                echo $this->Form->input('url');
                echo $this->Form->input('title');
                echo $this->Form->input('description');
                echo $this->Form->input('category');
                echo $this->Form->input('img730x150');
                echo $this->Form->input('img482x234');
                echo $this->Form->input('img720x280');
                echo $this->Form->input('img540x210');
                echo $this->Form->input('img360x140');
                echo $this->Form->input('img270x105');
        ?>
        </fieldset>
<?php echo $this->Form->end(__('Submit')); ?>
</div>
<div class="actions">
        <h3><?php echo __('Actions'); ?></h3>
        <ul>

                <li><?php echo $this->Html->link(__('List Offers'), array('action' => 'index')); ?></li>
        </ul>
</div>