Ignore:
Timestamp:
Nov 10, 2014 2:08:04 PM (11 years ago)
Author:
quyenla
Message:

paidlogs

File:
1 edited

Legend:

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

    r442 r444  
    55            <!-- PAGE CONTENT BEGINS -->
    66            <div style="padding-bottom:4px" class="table-header">
    7                 Tin nhắn
     7                Thống kê
    88
    9                 <button href="#addSms" data-toggle="modal" class="btn btn-success pull-right">
    10                     <i class="icon-plus"></i>
    11                     Thêm tin nhắn
    12                 </button>
     9             
    1310
    1411            </div>
     
    7572                                <td class=" "><?php echo $paidlog['cellphone']?></td>
    7673                               
    77                                 <td class="hidden-480 "><?php echo $paidlog['amount']?></td>
     74                                <td class="hidden-480 "><?php echo number_format($paidlog['amount'],0);?></td>
    7875                                <td class="hidden-480 "><?php if ($paidlog['paid_type']==1) {echo "SMS";} else { echo "Card";}?></td>
    7976                                <td class=" "><?php echo $paidlog['paid_time']?></td>
Note: See TracChangeset for help on using the changeset viewer.