Subversion Repositories SmartDukaan

Rev

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

Rev 19458 Rev 19531
Line 174... Line 174...
174
            <li><a href="<?php echo $base_url;?>admin/appTransactions/pricewise">App Offer Price and Payout Amount</a></li>
174
            <li><a href="<?php echo $base_url;?>admin/appTransactions/pricewise">App Offer Price and Payout Amount</a></li>
175
            <?php endif;?>
175
            <?php endif;?>
176
            <?php if(in_array('admin/reports/pendingapproval',$acls[$logged_user['group_id']]['allowed'])):?>
176
            <?php if(in_array('admin/reports/pendingapproval',$acls[$logged_user['group_id']]['allowed'])):?>
177
              <li <?php if($this->params->controller == 'reports'  && $this->params->action == 'admin_pendingapproval'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/reports/pendingapproval" title="Pending Refunds">Pending Refunds</a></li>
177
              <li <?php if($this->params->controller == 'reports'  && $this->params->action == 'admin_pendingapproval'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/reports/pendingapproval" title="Pending Refunds">Pending Refunds</a></li>
178
            <?php endif;?>
178
            <?php endif;?>
-
 
179
 
-
 
180
            <?php if(in_array('admin/reports/allstatus',$acls[$logged_user['group_id']]['allowed'])):?>
-
 
181
              <li <?php if($this->params->controller == 'reports'  && $this->params->action == 'admin_allstatus'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/reports/allstatus" title="Refunds Report for All Statuses">Refunds Report for All Statuses</a></li>
-
 
182
            <?php endif;?>
-
 
183
 
179
          </ul>
184
          </ul>
180
        </li>
185
        </li>
181
        <?php if(in_array('admin/campaigns',$acls[$logged_user['group_id']]['allowed'])):?>
186
        <?php if(in_array('admin/campaigns',$acls[$logged_user['group_id']]['allowed'])):?>
182
        <li <?php if($this->params->controller == 'campaigns'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/campaigns" title="Banners">Banners</a></li>
187
        <li <?php if($this->params->controller == 'campaigns'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/campaigns" title="Banners">Banners</a></li>
183
        <?php endif;?>          
188
        <?php endif;?>