- Timestamp:
- Mar 24, 2015 2:15:02 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/admin/views/user/listview.php
r773 r818 171 171 <td class=" "> 172 172 <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>--> 174 174 </td> 175 175 <td class=" "> … … 177 177 </td> 178 178 <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> 180 180 <td class=" "><?php echo isset($user['expire_date']) && strtotime($user['expire_date']) > 0 ? date('d/m/Y', strtotime($user['expire_date'])) : ''; ?></td> 181 181 <td><?php echo $user['province']; ?></td> … … 225 225 <div class="modal-header"> 226 226 <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</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> 228 228 </div> 229 229 <div class="modal-body"> … … 242 242 <div class="tab-content history-tab-content"> 243 243 <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> 244 247 <div class="table-responsive"> 245 248 <table id="sample-table-1" class="table table-striped table-bordered table-hover">
Note: See TracChangeset
for help on using the changeset viewer.