Changeset 720
- Timestamp:
- Jan 30, 2015 9:32:04 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/admin/views/reportAsistant/listview.php
r573 r720 37 37 <tr role="row"> 38 38 39 <th class="<?php if ($sorting_field == 'full_name') {echo $sorting_order;} else {echo "sorting";}?>" id="full_name" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 176px;" aria-label="Sá» Äiá»n thoại: activate to sort column ascending">Tên cá»ng tác viên</th>40 39 <th class="<?php if ($sorting_field == 'collaborator_cellphone') {echo $sorting_order;} else {echo "sorting";}?>" id="collaborator_cellphone" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 283px;" aria-label="Há» tên: activate to sort column ascending">Sá» Äiá»n thoại</th> 41 40 <th class="<?php if ($sorting_field == 'total_user') {echo $sorting_order;} else {echo "sorting";}?>" id="total_user" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 176px;" aria-label="Sá» Äiá»n thoại: activate to sort column ascending">Äã giá»i thiá»u</th> … … 53 52 54 53 55 <td class=" "> 56 <a href="<?php echo base_url();?>admin/thong_ke_cong_tac_vien/<?php echo $paidlog['id']?>"><?php echo $paidlog['full_name'];?></a> 57 </td> 58 <td class=" "><?php echo $paidlog['collaborator_cellphone']?></td> 54 55 <td class=" "><a href="<?php echo base_url();?>admin/thong_ke_cong_tac_vien/<?php echo $paidlog['id']?>"><?php echo $paidlog['collaborator_cellphone']?></a></td> 59 56 60 57 <td class="hidden-480 "><?php echo $paidlog['total_user'];?></td>
Note: See TracChangeset
for help on using the changeset viewer.