Ignore:
Timestamp:
Mar 27, 2015 9:49:55 AM (10 years ago)
Author:
namnd
Message:
 
Location:
pro-violet-viettel/sourcecode/application/modules/admin/views
Files:
2 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>
  • pro-violet-viettel/sourcecode/application/modules/admin/views/reportprovince/province.php

    r818 r838  
    109109                                                                <td style="font-weight:bold;"><?php echo $totalTbn; ?></td>
    110110                                                                <td style="font-weight:bold;"><?php echo $totalDtng; ?></td>
    111                                                                 <td style="font-weight:bold;"><?php echo $totalDtng; ?></td>
     111                                                                <td style="font-weight:bold;"><?php echo $totalDtth; ?></td>
    112112                                                                <td style="font-weight:bold;"><?php echo $totalDtn; ?></td>
    113113                                                               
Note: See TracChangeset for help on using the changeset viewer.