Changeset 445 for pro-violet-viettel/sourcecode/application/modules/admin
- Timestamp:
- Nov 10, 2014 2:10:05 PM (11 years ago)
- 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 121 121 $data['revenue'] = $revenue; 122 122 $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); 125 125 $data['chard'] = $chard; 126 126 -
pro-violet-viettel/sourcecode/application/modules/admin/views/report/index.php
r444 r445 293 293 </div><!-- /.modal-dialog --> 294 294 <?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)); 296 296 ?>
Note: See TracChangeset
for help on using the changeset viewer.