- Timestamp:
- Nov 10, 2014 2:08:04 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/admin/views/report/listview.php
r442 r444 5 5 <!-- PAGE CONTENT BEGINS --> 6 6 <div style="padding-bottom:4px" class="table-header"> 7 T in nhắn7 Thá»ng kê 8 8 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 13 10 14 11 </div> … … 75 72 <td class=" "><?php echo $paidlog['cellphone']?></td> 76 73 77 <td class="hidden-480 "><?php echo $paidlog['amount']?></td>74 <td class="hidden-480 "><?php echo number_format($paidlog['amount'],0);?></td> 78 75 <td class="hidden-480 "><?php if ($paidlog['paid_type']==1) {echo "SMS";} else { echo "Card";}?></td> 79 76 <td class=" "><?php echo $paidlog['paid_time']?></td>
Note: See TracChangeset
for help on using the changeset viewer.