| Line 13... |
Line 13... |
| 13 |
<li><?php echo $this->Html->link(__('New Campaign'), array('controller' => 'campaigns','action' => 'add')); ?></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>
|
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>
|
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 |
</ul>
|
- |
|
| 19 |
|
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>
|
| - |
|
20 |
</ul>
|
| - |
|
21 |
|