Changeset 445


Ignore:
Timestamp:
Nov 10, 2014 2:10:05 PM (11 years ago)
Author:
quyenla
Message:

paidlogs

Location:
pro-violet-viettel/sourcecode/application/modules/admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/sourcecode/application/modules/admin/controllers/report.php

    r444 r445  
    121121        $data['revenue'] = $revenue;
    122122        $data['max'] = $max;
    123         $chard[] = array("color" => "#1abc9c", "label" => "Tháng hiện tại", "data" => $chart_this_month);
    124         $chard[] = array("color" => "#3498db", "label" => "Tháng trước", "data" => $chart_last_month);
     123        $chard[] = array("color" => "#e67e22", "label" => "Tháng hiện tại", "data" => $chart_this_month);
     124        $chard[] = array("color" => "#1abc9c", "label" => "Tháng trước", "data" => $chart_last_month);
    125125        $data['chard'] = $chard;
    126126
  • pro-violet-viettel/sourcecode/application/modules/admin/views/report/index.php

    r444 r445  
    293293</div><!-- /.modal-dialog -->
    294294<?php
    295 $this->load->view('layout/admin/footer', array('base_url' => $base_url, 'adminjs' => array('assets/js/admin/report.js')));
     295$this->load->view('layout/admin/footer', array('base_url' => $base_url));
    296296?>
Note: See TracChangeset for help on using the changeset viewer.