| Line 109... |
Line 109... |
| 109 |
<li <?php if($this->params->controller == 'reports' && $this->params->action == 'brandfilters_report'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/reports/brandfilters_report" title="Brand Filters Report">Brand Filters Report</a></li>
|
109 |
<li <?php if($this->params->controller == 'reports' && $this->params->action == 'brandfilters_report'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/reports/brandfilters_report" title="Brand Filters Report">Brand Filters Report</a></li>
|
| 110 |
<?php endif;?>
|
110 |
<?php endif;?>
|
| 111 |
<?php if(in_array('admin/reports/dailyupgrades_report',$acls[$logged_user['group_id']]['allowed'])):?>
|
111 |
<?php if(in_array('admin/reports/dailyupgrades_report',$acls[$logged_user['group_id']]['allowed'])):?>
|
| 112 |
<li <?php if($this->params->controller == 'reports' && $this->params->action == 'dailyupgrades_report'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/reports/dailyupgrades_report" title="Daily Upgrades Report">Device Upgrades Report</a></li>
|
112 |
<li <?php if($this->params->controller == 'reports' && $this->params->action == 'dailyupgrades_report'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/reports/dailyupgrades_report" title="Daily Upgrades Report">Device Upgrades Report</a></li>
|
| 113 |
<?php endif;?>
|
113 |
<?php endif;?>
|
| - |
|
114 |
<?php if(in_array('admin/reports/clicks_report',$acls[$logged_user['group_id']]['allowed'])):?>
|
| - |
|
115 |
<li <?php if($this->params->controller == 'reports' && $this->params->action == 'clicks_report'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/reports/clicks_report" title="Clicks Report">Clicks Report</a></li>
|
| - |
|
116 |
<?php endif;?>
|
| - |
|
117 |
|
| 114 |
</ul>
|
118 |
</ul>
|
| 115 |
</li>
|
119 |
</li>
|
| 116 |
<?php if(in_array('admin/campaigns',$acls[$logged_user['group_id']]['allowed'])):?>
|
120 |
<?php if(in_array('admin/campaigns',$acls[$logged_user['group_id']]['allowed'])):?>
|
| 117 |
<li <?php if($this->params->controller == 'campaigns'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/campaigns" title="Banners">Banners</a></li>
|
121 |
<li <?php if($this->params->controller == 'campaigns'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/campaigns" title="Banners">Banners</a></li>
|
| 118 |
<?php endif;?>
|
122 |
<?php endif;?>
|
| Line 151... |
Line 155... |
| 151 |
<script>
|
155 |
<script>
|
| 152 |
$(document).ready(function(){
|
156 |
$(document).ready(function(){
|
| 153 |
|
157 |
|
| 154 |
});
|
158 |
});
|
| 155 |
</script>
|
159 |
</script>
|
| 156 |
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
|
- |
|
| 157 |
|
160 |
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
|
| - |
|
161 |
|