Ignore:
Timestamp:
Feb 3, 2015 4:54:25 PM (10 years ago)
Author:
dungnv
Message:
 
Location:
pro-violet-viettel/sourcecode/application/modules/admin/views
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/sourcecode/application/modules/admin/views/reportAsistant/listview_user.php

    r573 r737  
    3535                    <table class="table table-striped table-bordered table-hover dataTable" id="sample-table-2" aria-describedby="sample-table-2_info">
    3636                        <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>-->
    4039                                <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>
    4140                                <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>-->
    4342                                 
    4443                        </thead>
     
    5352                               
    5453
    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>                               
    6158                                <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>-->
    6760                            </tr>
    6861                            <?php } ?>
  • pro-violet-viettel/sourcecode/application/modules/admin/views/user/listview.php

    r728 r737  
    260260                           
    261261                                <div id="content-trade-histoty">
    262 
    263 
    264                
    265 
    266 
    267                                 </div>
    268                            
    269                            
     262                                </div>
     263                       
    270264                            </div>
    271265                        </div><!-- /.table-responsive -->
Note: See TracChangeset for help on using the changeset viewer.