Changeset 698 for pro-violet-viettel/sourcecode/application/modules/admin/views/cardlog/listview.php
- Timestamp:
- Jan 19, 2015 11:51:02 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/admin/views/cardlog/listview.php
r573 r698 63 63 </th> 64 64 <th class="<?php if ($sorting_field == 'sender') {echo $sorting_order;} else {echo "sorting";} ?>" id="sender" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 176px;" aria-label="Ngưá»i gá»i: activate to sort column ascending">Ngưá»i gá»i</th> 65 <th class="<?php if ($sorting_field == 'service_id') {echo $sorting_order;} else {echo "sorting";} ?>" id="serivice_id" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 176px;" aria-label="Dá»ch vụ: activate to sort column ascending"> Dá»ch vụ</th>65 <th class="<?php if ($sorting_field == 'service_id') {echo $sorting_order;} else {echo "sorting";} ?>" id="serivice_id" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 176px;" aria-label="Dá»ch vụ: activate to sort column ascending">Tình trạng</th> 66 66 <th class="<?php if ($sorting_field == 'pin_code') {echo $sorting_order;} else {echo "sorting";} ?>" id="pin_code" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 176px;" aria-label="Mã pin: activate to sort column ascending">Mã pin</th> 67 67 <th class="<?php if ($sorting_field == 'serial_number') {echo $sorting_order;} else {echo "sorting";} ?>" id="serial_number" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 176px;" aria-label="Sá» seri: activate to sort column ascending">Sá» seri</th> … … 87 87 <?php echo $cardlog['sender']; ?> 88 88 </td> 89 <td><?php echo $cardlog['s ervicename'];?></td>89 <td><?php echo $cardlog['status'] == -1 ? 'Lá»i nạp thẻ': ($cardlog['status'] == 0 ? 'Khóa tạm thá»i' : 'Nạp thà nh cÃŽng');?></td> 90 90 <td><?php echo $cardlog['pin_code']; ?></td> 91 <td><?php echo $cardlog['serial_num ber']; ?></td>91 <td><?php echo $cardlog['serial_num']; ?></td> 92 92 <td><?php echo $cardlog['card_value']; ?></td> 93 93 <td><?php echo $cardlog['created_time']; ?></td>
Note: See TracChangeset
for help on using the changeset viewer.