Ignore:
Timestamp:
Jan 27, 2015 10:50:04 AM (10 years ago)
Author:
namnd
Message:
 
File:
1 edited

Legend:

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

    r690 r706  
    105105                                <th class="<?php if ($sorting_field == 'cellphone') {echo $sorting_order;} else {echo "sorting";}?>" id="cellphone" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 156px;" aria-label="Số điện thoại: activate to sort column ascending">Số điện thoại</th>
    106106                                <th class="<?php if ($sorting_field == 'acc_balanced') {echo $sorting_order;} else {echo "sorting";}?>" id="acc_balanced" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 156px;" aria-label="Tiền: activate to sort column ascending">Tài khoản (VNĐ)</th>
    107                                                                 <th style="width: 140px;">Quận/Huyện</th>
    108107                                                                <th style="width: 140px;">Tỉnh/TP</th>
    109108                                <th class="<?php if ($sorting_field == 'created_time') {echo $sorting_order;} else {echo "sorting";}?>" id="created_time" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 156px;" aria-label="Ngày đăng kÜ: activate to sort column ascending">
     
    139138                                </td>
    140139                                <td class="hidden-480 "><?php echo number_format($user['acc_balanced'], 0); ?></td>
    141                                                                 <td><?php echo $user['district']; ?></td>
    142140                                                                <td><?php echo $user['province']; ?></td>
    143141                                <td class=" "><?php echo $user['created_time']; ?></td>
Note: See TracChangeset for help on using the changeset viewer.