Changeset 422
- Timestamp:
- Nov 5, 2014 6:20:26 PM (11 years ago)
- Location:
- pro-violet-viettel/sourcecode/application
- Files:
-
- 9 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/config/routes.php
r409 r422 67 67 $route['admin/mau_tin_nhan/cap_nhat'] = 'admin/smstemplate/updateSms'; 68 68 69 $route['admin/doanh_thu_tong_hop'] = 'admin/report'; 70 $route['admin/doanh_thu_tong_hop/trang'] = 'admin/report/getSmstemplates/1'; 71 $route['admin/doanh_thu_tong_hop/them'] = 'admin/report/addSmstemplate'; 72 $route['admin/doanh_thu_tong_hop/trang/:any'] = 'admin/report/getSmstemplates/$1'; 73 $route['admin/doanh_thu_tong_hop/test'] = 'admin/report/test'; 74 $route['admin/doanh_thu_tong_hop/xem/:any'] = 'admin/report/viewSms'; 75 $route['admin/doanh_thu_tong_hop/sua/:any'] = 'admin/report/editSms'; 76 $route['admin/doanh_thu_tong_hop/xoa/:any'] = 'admin/report/deleteSms'; 77 $route['admin/doanh_thu_tong_hop/xoa_tin_nhan'] = 'admin/report/dodeleteSms'; 78 $route['admin/doanh_thu_tong_hop/cap_nhat'] = 'admin/report/updateSms'; 79 69 80 70 81 $route['admin/quan_tri_vien'] = 'admin/admin_acc'; -
pro-violet-viettel/sourcecode/application/modules/admin/controllers/collaborator.php
r402 r422 216 216 $this->collabolator_model->insert($input); 217 217 } 218 219 218 220 } 219 221 -
pro-violet-viettel/sourcecode/application/views/layout/admin/sidebar.php
r413 r422 79 79 </li> 80 80 81 <li >81 <li class="<?php if(in_array($class,array("report"))) {echo "active open";}?>"> 82 82 <a href="#" class="dropdown-toggle"> 83 83 <i class="icon-bar-chart"></i> … … 88 88 89 89 <ul class="submenu"> 90 <li >91 <a href=" report_all.html">90 <li class="<?php if(in_array($class,array("report"))) {echo "active";}?>"> 91 <a href="<?php echo $base_url;?>admin/doanh_thu_tong_hop"> 92 92 <i class="icon-double-angle-right"></i> 93 93 Doanh thu tá»ng hợp
Note: See TracChangeset
for help on using the changeset viewer.