Changeset 428


Ignore:
Timestamp:
Nov 7, 2014 9:54:24 AM (11 years ago)
Author:
namnd
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/sourcecode/application/views/layout/admin/sidebar.php

    r426 r428  
    7979                                                </li>
    8080
    81                                                 <li class="<?php if(in_array($class,array("report"))) {echo "active open";}?>">
     81                                                <li class="<?php if(in_array($class,array("report", "smslog", "cardlog"))) {echo "active open";}?>">
    8282                                                        <a href="#" class="dropdown-toggle">
    8383                                                                <i class="icon-bar-chart"></i>
     
    116116                                                                </li>
    117117
    118                                                                 <li>
     118                                                                <li class="<?php if(in_array($class,array("smslog"))) {echo "active";}?>">
    119119                                                                        <a href="<?php echo $base_url; ?>admin/sms_log">
    120120                                                                                <i class="icon-double-angle-right"></i>
     
    123123                                                                </li>
    124124
    125                                                                 <li>
    126                                                                         <a href="logs_card.html">
     125                                                                <li class="<?php if(in_array($class,array("cardlog"))) {echo "active";}?>">
     126                                                                        <a href="<?php echo $base_url; ?>admin/card_log">
    127127                                                                                <i class="icon-double-angle-right"></i>
    128128                                                                                Card logs
Note: See TracChangeset for help on using the changeset viewer.