- Timestamp:
- Nov 17, 2014 5:52:47 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/admin/views/cardlog/listview.php
r430 r540 25 25 <!-- PAGE CONTENT BEGINS --> 26 26 <div style="padding-bottom:4px" class="table-header"> 27 Danh sách log27 Danh sách Card Log 28 28 </div> 29 29 <!-- PAGE CONTENT BEGINS --> … … 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 == ' us_id') {echo $sorting_order;} else {echo "sorting";} ?>" id="us_id" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 176px;" aria-label="Tà i khoản: activate to sort column ascending">Tà i khoản</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> 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> … … 85 85 86 86 <td> 87 < a href="#"><?php echo $cardlog['sender']; ?></a>87 <?php echo $cardlog['sender']; ?> 88 88 </td> 89 <td><?php echo $cardlog[' username']; ?></td>89 <td><?php echo $cardlog['servicename']; ?></td> 90 90 <td><?php echo $cardlog['pin_code']; ?></td> 91 91 <td><?php echo $cardlog['serial_number']; ?></td>
Note: See TracChangeset
for help on using the changeset viewer.