Ignore:
Timestamp:
Nov 20, 2014 4:35:00 PM (10 years ago)
Author:
namnd
Message:
 
File:
1 edited

Legend:

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

    r573 r584  
    119119                                </td>
    120120                                                                <td class=" ">
    121                                     <a href="#"><?php echo @$user['username']; ?></a>
     121                                    <a><?php echo @$user['username']; ?></a>
    122122                                </td>
    123123                                <td class=" ">
     
    126126                                <td class="hidden-480 "><?php echo $user['acc_balanced']. " VNĐ"; ?></td>
    127127                                <td class=" "><?php echo $user['created_time']; ?></td>
    128                                                                 <td class=" "><?php echo $user['expire_date']; ?></td>
     128                                                                <td class=" "><?php echo isset($user['expire_date']) && strtotime($user['expire_date'])>0 ? date('d/m/Y', strtotime($user['expire_date'])) : '';?></td>
    129129                                                                <td class=" ">
    130130                                                                <?php  if(strtotime($user['expire_date'])>time()){ ?>
    131                                                                         <span class="label label-sm label-success">Đã kích hoạt</span>
     131                                                                        <span class="label label-sm label-success">Đã đăng kÜ</span>
    132132                                                                <?php }else{ ?>
    133                                                                         <span class="label label-sm label-warning">Tạm ngưng</span>
     133                                                                        <span class="label label-sm label-warning">Dùng thá»­</span>
    134134                                                                <?php } ?>
    135135                                                                </td>
Note: See TracChangeset for help on using the changeset viewer.