Ignore:
Timestamp:
Mar 27, 2015 9:49:55 AM (10 years ago)
Author:
namnd
Message:
 
File:
1 edited

Legend:

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

    r719 r838  
    9797                                }
    9898                                ?>" id="cellphone" 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">Số điện thoại</th>
     99                                                                <th>Họ và tên</th>
    99100                                <th>Quận/Huyện</th>
    100101                                <th>Tỉnh/TP</th>
     
    130131
    131132                                    <td class=" "><a href="<?php echo base_url(); ?>admin/thong_ke_cong_tac_vien/<?php echo $collaborator['id']; ?>"><?php echo $collaborator['cellphone']; ?></a></td>
     133                                                                        <td class=" "><?php echo $collaborator['full_name']; ?></td>
    132134                                    <td class=" "><?php echo $collaborator['district']; ?></td>
    133135                                    <td class=" "><?php echo $collaborator['province']; ?></td>
Note: See TracChangeset for help on using the changeset viewer.