Subversion Repositories SmartDukaan

Rev

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

Rev 14768 Rev 15077
Line 15... Line 15...
15
	<li><?php echo $this->Html->link(__('New Manual Deal'), array('controller' => 'manual_deals','action' => 'add')); ?></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>
16
	<li><?php echo $this->Html->link(__('New Featured Deal'), array('controller' => 'featured_deals','action' => 'add')); ?></li>
17
	<li><?php echo $this->Html->link(__('New Notification Rule'), array('controller' => 'notification_rules','action' => 'add')); ?></li>
17
	<li><?php echo $this->Html->link(__('New Notification Rule'), array('controller' => 'notification_rules','action' => 'add')); ?></li>
18
	<li><?php echo $this->Html->link(__('New Master Data'), array('controller' => 'master_datas','action' => 'add')); ?></li>
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>
19
	<li><?php echo $this->Html->link(__('Add to existing Master Data'), array('controller' => 'master_datas','action' => 'addtoexisting')); ?></li>
-
 
20
	<li><?php echo $this->Html->link(__('Schedule an auto-update'), array('controller' => 'master_datas','action' => 'scheduleupdate')); ?></li>
20
	<li><?php echo $this->Html->link(__('New Activation Code'), array('controller' => 'activation_codes','action' => 'add')); ?></li>
21
	<li><?php echo $this->Html->link(__('New Activation Code'), array('controller' => 'activation_codes','action' => 'add')); ?></li>
21
</ul>
22
</ul>