- Timestamp:
- Nov 19, 2014 2:08:05 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/frontend/views/user_profile.php
r570 r574 229 229 <label id="charging" style="display: none;"><span class="icon-refresh icon-refresh-animate"></span> Xin chá»...</label> 230 230 <div class="space-4"></div> 231 <a href="#" data-toggle="modal" data-target="#trade-history"><i class="icon-archive"></i> Lá»ch sá» giao dá»ch</a>231 <a onclick="tradeHistory(<?php echo $us_id; ?>, 1);" data-toggle="modal"><i class="icon-archive"></i> Lá»ch sá» giao dá»ch</a> 232 232 </div> 233 233 <div class="clearfix"> … … 331 331 </th> 332 332 <th class="center">Sá» tiá»n (VNÄ)</th> 333 334 333 <th> 335 334 <i class="icon-time bigger-110 hidden-480"></i> … … 338 337 </tr> 339 338 </thead> 340 341 <tbody> 342 <?php if (isset($paidlogs)) {?> 343 <?php foreach($paidlogs as $paidlog): ?> 344 <tr> 345 <td class="center"> 346 <?php echo $paidlog['source']; ?> 347 </td> 348 <td class="center"><?php echo number_format($paidlog['amount'], 0); ?></td> 349 <td><?php echo date('d-m-Y H:i:s', strtotime($paidlog['paid_time']));?></td> 350 </tr> 351 <?php endforeach; ?> 352 <?php }else{ ?> 353 <tr> 354 <td class="center" colspan=3>Quà vá» chưa có giao dá»ch nà o!</td> 355 </tr> 356 <?php } ?> 339 <tbody id="content-trade-histoty"> 357 340 </tbody> 358 341 </table> 342 <div> 343 <div class="dataTables_paginate paging_bootstrap"> 344 <ul class="pagination"> 345 </ul> 346 </div> 347 </div> 359 348 </div><!-- /.table-responsive --> 360 349 </div> … … 498 487 var url="<?php echo base_url();?>"; 499 488 var current_tab="<?php echo $current_tab;?>"; 489 500 490 </script> 501 491 <?php
Note: See TracChangeset
for help on using the changeset viewer.