Changeset 720


Ignore:
Timestamp:
Jan 30, 2015 9:32:04 AM (10 years ago)
Author:
quyenla
Message:

collaborator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/sourcecode/application/modules/admin/views/reportAsistant/listview.php

    r573 r720  
    3737                            <tr role="row">
    3838                               
    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>
    4039                                <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>
    4140                                <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> 
     
    5352                               
    5453
    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>
    5956                               
    6057                                <td class="hidden-480 "><?php echo $paidlog['total_user'];?></td>
Note: See TracChangeset for help on using the changeset viewer.