- Timestamp:
- Nov 10, 2014 10:10:32 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/admin/views/report/index.php
r422 r441 82 82 { 83 83 $.ajax({ 84 url: 'http://viettel.violet.vn/admin/ mau_tin_nhan/trang/1',84 url: 'http://viettel.violet.vn/admin/doanh_thu_tong_hop/trang/1', 85 85 type: "POST", 86 86 data: $("#collaborator").serialize(), … … 120 120 } 121 121 </style> 122 <div class="main-content" id="content">122 <div class="main-content" > 123 123 <div id="breadcrumbs" class="breadcrumbs"> 124 124 … … 160 160 </div><!-- /.page-header --> 161 161 162 <div class="row"> 163 164 165 <?php echo $statistics; ?>166 <?php //echo $content; ?>162 <div class="row"> 163 <?php echo $statistics; ?> 164 </div> 165 <div class="row" id="content"> 166 <?php echo $content; ?> 167 167 </div> 168 168 </div>
Note: See TracChangeset
for help on using the changeset viewer.