Subversion Repositories SmartDukaan

Rev

Rev 14768 | Rev 15188 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
13591 anikendra 1
<ul class="list-unstyled">		
13637 anikendra 2
	<li><?php echo $this->Html->link(__('New Mobile App Setting'), array('action' => 'add')); ?></li>	
3
	<li><?php echo $this->Html->link(__('New Store'), array('controller' => 'stores', 'action' => 'add')); ?> </li>
4
	<li><?php echo $this->Html->link(__('New Category'), array('controller' => 'categories', 'action' => 'add')); ?> </li>
13646 anikendra 5
	<li><?php echo $this->Html->link(__('New Store Cashback'), array('controller' => 'store_cashbacks','action' => 'add')); ?></li>
6
	<li><?php echo $this->Html->link(__('New Product Cashback'), array('controller' => 'product_cashbacks','action' => 'add')); ?></li>
14098 anikendra 7
	<li><?php echo $this->Html->link(__('New Category Discount'), array('controller'=>'category_discounts', 'action' => 'new')); ?></li>
13646 anikendra 8
	<li><?php echo $this->Html->link(__('New Sku Scheme'), array('controller' => 'skuschemes','action' => 'add')); ?></li>
9
	<li><?php echo $this->Html->link(__('New Exceptional Nlc'), array('controller' => 'exceptionalnlcs','action' => 'add')); ?></li>
10
	<li><?php echo $this->Html->link(__('New Exceptional Sku Discount'), array('controller' => 'exceptionalskudiscounts','action' => 'add')); ?></li>
13758 anikendra 11
	<li><?php echo $this->Html->link(__('New Brand'), array('controller' => 'brands','action' => 'add')); ?></li>
14099 anikendra 12
	<li><?php echo $this->Html->link(__('New Dealer Price'), array('controller' => 'skuschemes','action' => 'adddp')); ?></li>
14509 anikendra 13
	<li><?php echo $this->Html->link(__('New Campaign'), array('controller' => 'campaigns','action' => 'add')); ?></li>
14
	<li><?php echo $this->Html->link(__('New Negative Deal'), array('controller' => 'negative_deals','action' => 'new')); ?></li>
15
	<li><?php echo $this->Html->link(__('New Manual Deal'), array('controller' => 'manual_deals','action' => 'add')); ?></li>
16
	<li><?php echo $this->Html->link(__('New Featured Deal'), array('controller' => 'featured_deals','action' => 'add')); ?></li>
14579 anikendra 17
	<li><?php echo $this->Html->link(__('New Notification Rule'), array('controller' => 'notification_rules','action' => 'add')); ?></li>
14600 anikendra 18
	<li><?php echo $this->Html->link(__('New Master Data'), array('controller' => 'master_datas','action' => 'add')); ?></li>
19
	<li><?php echo $this->Html->link(__('Add to existing Master Data'), array('controller' => 'master_datas','action' => 'addtoexisting')); ?></li>
15077 anikendra 20
	<li><?php echo $this->Html->link(__('Schedule an auto-update'), array('controller' => 'master_datas','action' => 'scheduleupdate')); ?></li>
14768 anikendra 21
	<li><?php echo $this->Html->link(__('New Activation Code'), array('controller' => 'activation_codes','action' => 'add')); ?></li>
14600 anikendra 22
</ul>