- Timestamp:
- Nov 18, 2014 5:55:05 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/frontend/views/user_profile.php
r569 r570 330 330 Từ 331 331 </th> 332 <th >Sá» tiá»n (VNÄ)</th>332 <th class="center">Sá» tiá»n (VNÄ)</th> 333 333 334 334 <th> … … 340 340 341 341 <tbody> 342 <?php if ( $paidlogs) {?>342 <?php if (isset($paidlogs)) {?> 343 343 <?php foreach($paidlogs as $paidlog): ?> 344 344 <tr> … … 346 346 <?php echo $paidlog['source']; ?> 347 347 </td> 348 <td ><?php echo number_format($paidlog['amount'], 0); ?></td>348 <td class="center"><?php echo number_format($paidlog['amount'], 0); ?></td> 349 349 <td><?php echo date('d-m-Y H:i:s', strtotime($paidlog['paid_time']));?></td> 350 350 </tr>
Note: See TracChangeset
for help on using the changeset viewer.