Subversion Repositories SmartDukaan

Rev

Rev 14099 | Rev 14579 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14099 Rev 14509
Line 8... Line 8...
8
	<li><?php echo $this->Html->link(__('New Sku Scheme'), array('controller' => 'skuschemes','action' => 'add')); ?></li>
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>
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>
10
	<li><?php echo $this->Html->link(__('New Exceptional Sku Discount'), array('controller' => 'exceptionalskudiscounts','action' => 'add')); ?></li>
11
	<li><?php echo $this->Html->link(__('New Brand'), array('controller' => 'brands','action' => 'add')); ?></li>
11
	<li><?php echo $this->Html->link(__('New Brand'), array('controller' => 'brands','action' => 'add')); ?></li>
12
	<li><?php echo $this->Html->link(__('New Dealer Price'), array('controller' => 'skuschemes','action' => 'adddp')); ?></li>
12
	<li><?php echo $this->Html->link(__('New Dealer Price'), array('controller' => 'skuschemes','action' => 'adddp')); ?></li>
-
 
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>
13
</ul>
17
</ul>
14
18