Subversion Repositories SmartDukaan

Rev

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

Rev 15188 Rev 16363
Line 60... Line 60...
60
	<li><?php echo $this->Html->link(__('New Activation Code'), array('controller' => 'activation_codes','action' => 'add')); ?></li>
60
	<li><?php echo $this->Html->link(__('New Activation Code'), array('controller' => 'activation_codes','action' => 'add')); ?></li>
61
	<?php endif;?>
61
	<?php endif;?>
62
	<?php if(in_array('admin/acls/add',$acls[$logged_user['group_id']]['allowed'])):?>
62
	<?php if(in_array('admin/acls/add',$acls[$logged_user['group_id']]['allowed'])):?>
63
	<li><?php echo $this->Html->link(__('New ACL'), array('controller' => 'acls','action' => 'add')); ?></li>
63
	<li><?php echo $this->Html->link(__('New ACL'), array('controller' => 'acls','action' => 'add')); ?></li>
64
	<?php endif;?>	
64
	<?php endif;?>	
-
 
65
	<?php if(in_array('admin/brands/genurl',$acls[$logged_user['group_id']]['allowed'])):?>
-
 
66
    <li <?php if($this->params->controller == 'brands' && $this->params->action == 'genurl'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/brands/genurl" title="Generate Brand Filter Url">Brand Filter Url</a></li>
-
 
67
  	<?php endif;?>                      
-
 
68
  	<?php if(in_array('admin/store_products/genurl',$acls[$logged_user['group_id']]['allowed'])):?>
-
 
69
    <li <?php if($this->params->controller == 'store_products' && $this->params->action == 'genurl'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/store_products/genurl" title="Generate Bundle Id Filter Url">Bundle-Id Filter Url</a></li>
-
 
70
  	<?php endif;?>                      
65
</ul>
71
</ul>