Subversion Repositories SmartDukaan

Rev

Rev 13532 | 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('storeactions');?>
                </div>
                <div class="col-lg-9">
                        <?php echo $this->Form->create('Store'); ?>
                                <fieldset>
                                        <legend><?php echo __('Add Store'); ?></legend>
                                <?php
                                        echo $this->Form->input('name');
                                        echo $this->Form->input('domain');
                                        echo $this->Form->input('status');
                                        echo $this->Form->input('affiliate_id',array('type'=>'text'));
                                        echo $this->Form->input('affid_param');
                                        echo $this->Form->input('sub_tag_param');
                                        echo $this->Form->input('cashback_status');
                                ?>
                                </fieldset>
                        <?php echo $this->Form->end(__('Submit')); ?>
                </div>
        </div>
</div>