Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

<ul class="list-unstyled">              
        <li><?php echo $this->Html->link(__('New Mobile App Setting'), array('action' => 'add')); ?></li>       
        <li><?php echo $this->Html->link(__('New Store'), array('controller' => 'stores', 'action' => 'add')); ?> </li>
        <li><?php echo $this->Html->link(__('New Category'), array('controller' => 'categories', 'action' => 'add')); ?> </li>
        <li><?php echo $this->Html->link(__('New Store Cashback'), array('controller' => 'store_cashbacks','action' => 'add')); ?></li>
        <li><?php echo $this->Html->link(__('New Product Cashback'), array('controller' => 'product_cashbacks','action' => 'add')); ?></li>
        <li><?php echo $this->Html->link(__('New Category Discount'), array('controller'=>'category_discounts', 'action' => 'new')); ?></li>
        <li><?php echo $this->Html->link(__('New Sku Scheme'), array('controller' => 'skuschemes','action' => 'add')); ?></li>
        <li><?php echo $this->Html->link(__('New Exceptional Nlc'), array('controller' => 'exceptionalnlcs','action' => 'add')); ?></li>
        <li><?php echo $this->Html->link(__('New Exceptional Sku Discount'), array('controller' => 'exceptionalskudiscounts','action' => 'add')); ?></li>
        <li><?php echo $this->Html->link(__('New Brand'), array('controller' => 'brands','action' => 'add')); ?></li>
        <li><?php echo $this->Html->link(__('New Dealer Price'), array('controller' => 'skuschemes','action' => 'adddp')); ?></li>
        <li><?php echo $this->Html->link(__('New Campaign'), array('controller' => 'campaigns','action' => 'add')); ?></li>
        <li><?php echo $this->Html->link(__('New Negative Deal'), array('controller' => 'negative_deals','action' => 'new')); ?></li>
        <li><?php echo $this->Html->link(__('New Manual Deal'), array('controller' => 'manual_deals','action' => 'add')); ?></li>
        <li><?php echo $this->Html->link(__('New Featured Deal'), array('controller' => 'featured_deals','action' => 'add')); ?></li>
        <li><?php echo $this->Html->link(__('New Notification Rule'), array('controller' => 'notification_rules','action' => 'add')); ?></li>
        <li><?php echo $this->Html->link(__('New Master Data'), array('controller' => 'master_datas','action' => 'add')); ?></li>
        <li><?php echo $this->Html->link(__('Add to existing Master Data'), array('controller' => 'master_datas','action' => 'addtoexisting')); ?></li>
        <li><?php echo $this->Html->link(__('Schedule an auto-update'), array('controller' => 'master_datas','action' => 'scheduleupdate')); ?></li>
        <li><?php echo $this->Html->link(__('New Activation Code'), array('controller' => 'activation_codes','action' => 'add')); ?></li>
</ul>