Ignore:
Timestamp:
Nov 18, 2014 5:55:05 PM (11 years ago)
Author:
dungnv
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/sourcecode/application/modules/frontend/views/user_profile.php

    r569 r570  
    330330                                                                        Từ
    331331                                </th>
    332                                 <th>Số tiền (VNĐ)</th>
     332                                <th class="center">Số tiền (VNĐ)</th>
    333333
    334334                                <th>
     
    340340
    341341                        <tbody>
    342                                                         <?php if ($paidlogs) {?>
     342                                                        <?php if (isset($paidlogs)) {?>
    343343                                                        <?php foreach($paidlogs as $paidlog): ?>
    344344                            <tr>
     
    346346                                                                <?php echo $paidlog['source']; ?>
    347347                                </td>
    348                                 <td><?php echo number_format($paidlog['amount'], 0); ?></td>
     348                                <td class="center"><?php echo number_format($paidlog['amount'], 0); ?></td>
    349349                                <td><?php echo date('d-m-Y H:i:s', strtotime($paidlog['paid_time']));?></td>
    350350                            </tr>
Note: See TracChangeset for help on using the changeset viewer.