Ignore:
Timestamp:
Mar 24, 2015 2:15:02 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

    r773 r818  
    171171                                    <td class=" ">
    172172                                        <a onclick="getUserHistory(<?php echo $user['us_id']; ?>, 1);" data-toggle="modal"><?php echo $user['username']; ?></a>
    173                                                                              <!--<a href="#user-history" data-toggle="modal"><?php echo @$user['username']; ?></a>-->
     173                                                                             <!--<a href="#user-history" data-toggle="modal"><?php echo $user['username']; ?></a>-->
    174174                                    </td>
    175175                                    <td class=" ">
     
    177177                                    </td>
    178178                                    <td class="hidden-480 "><?php echo number_format($user['acc_balanced'], 0); ?></td>
    179                                                                         <td class=" "><?php echo $user['created_time']; ?></td>
     179                                                                        <td class=" "><?php echo date('d/m/Y', strtotime($user['created_time'])); ?></td>
    180180                                    <td class=" "><?php echo isset($user['expire_date']) && strtotime($user['expire_date']) > 0 ? date('d/m/Y', strtotime($user['expire_date'])) : ''; ?></td>
    181181                                    <td><?php echo $user['province']; ?></td>
     
    225225            <div class="modal-header">
    226226                <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
    227                 <h4 class="modal-title">Lịch sá»­</h4>
     227                <h4 class="modal-title">ThÃŽng tin người dùng</h4>
    228228            </div>
    229229            <div class="modal-body">
     
    242242                <div class="tab-content history-tab-content">
    243243                    <div class="tab-pane in active" id="regis">
     244                                                <div class="col-sm-12">
     245                                                        <h5>Tài khoản SBG Online: <b><span class="blue"><span id="topup-money"><?php echo number_format($acc_balanced, 0); ?></span> VNĐ <span></b></h5>
     246                                                </div>
    244247                        <div class="table-responsive">
    245248                            <table id="sample-table-1" class="table table-striped table-bordered table-hover">
Note: See TracChangeset for help on using the changeset viewer.