- Timestamp:
- Feb 3, 2015 4:54:25 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/admin/views/reportAsistant/listview_user.php
r573 r737 35 35 <table class="table table-striped table-bordered table-hover dataTable" id="sample-table-2" aria-describedby="sample-table-2_info"> 36 36 <thead> 37 <tr role="row"> 38 39 <th class="<?php if ($sorting_field == 'full_name') {echo $sorting_order;} else {echo "";}?>" id="full_name" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 176px;" aria-label="Sá» Äiá»n thoại: activate to sort column ascending">Tên ngưá»i dùng</th> 37 <tr role="row"> 38 <!--<th class="<?php if ($sorting_field == 'full_name') {echo $sorting_order;} else {echo "";}?>" id="full_name" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 176px;" aria-label="Sá» Äiá»n thoại: activate to sort column ascending">Tên ngưá»i dùng</th>--> 40 39 <th class="<?php if ($sorting_field == 'collaborator_cellphone') {echo $sorting_order;} else {echo "sorting";}?>" id="collaborator_cellphone" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 283px;" aria-label="Há» tên: activate to sort column ascending">Sá» Äiá»n thoại ngưá»i dùng</th> 41 40 <th class="<?php if ($sorting_field == 'total_user') {echo $sorting_order;} else {echo "sorting";}?>" id="total_user" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 176px;" aria-label="Sá» Äiá»n thoại: activate to sort column ascending">Ngà y giá»i thiá»u</th> 42 < th class="<?php if ($sorting_field == 'collaborator_created_time') {echo $sorting_order;} else {echo "sorting";}?>" id="collaborator_created_time" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 209px;" aria-label="Ngà y ÄÄng kÜ: activate to sort column ascending">Ngà y ÄÄng kÜ</th>41 <!--<th class="<?php if ($sorting_field == 'collaborator_created_time') {echo $sorting_order;} else {echo "sorting";}?>" id="collaborator_created_time" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 209px;" aria-label="Ngà y ÄÄng kÜ: activate to sort column ascending">Ngà y ÄÄng kÜ</th>--> 43 42 44 43 </thead> … … 53 52 54 53 55 <td class=" "> 56 <?php echo $paidlog['username']; ?> 57 58 </td> 59 <td class=" "><?php echo $paidlog['user_cellphone']?></td> 60 54 <!--<td class=" "> 55 <?php echo $paidlog['username']; ?> 56 </td>--> 57 <td class=" "><?php echo $paidlog['user_cellphone']?></td> 61 58 <td class="hidden-480 "><?php echo $paidlog['user_created_time'];?></td> 62 <td class="hidden-480 "><?php echo $paidlog['collaborator_created_time'];?></td> 63 64 65 66 59 <!--<td class="hidden-480 "><?php echo $paidlog['collaborator_created_time'];?></td>--> 67 60 </tr> 68 61 <?php } ?>
Note: See TracChangeset
for help on using the changeset viewer.