- Timestamp:
- Nov 3, 2014 6:48:32 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/admin/views/user/listview.php
r375 r396 71 71 </div> 72 72 </div> 73 <input type="hidden" name="sorting_order" id="sorting_order" value="<?php echo $sorting_order;?>" /> 74 <input type="hidden" name="sorting_field" id="sorting_field" value="<?php echo $sorting_field;?>"/> 73 75 </form> 74 76 <table class="table table-striped table-bordered table-hover dataTable" id="sample-table-2" aria-describedby="sample-table-2_info"> … … 81 83 </label> 82 84 </th> 83 <th class=" sorting" 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">Sá» Äiá»n thoại</th>84 <th class=" hidden-480 sorting" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 122px;" aria-label="Tiá»n: activate to sort column ascending">Tiá»n</th>85 <th class=" sorting" 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">85 <th class="<?php if ($sorting_field == 'cellphone') {echo $sorting_order;} else {echo "sorting";}?>" id="cellphone" 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">Sá» Äiá»n thoại</th> 86 <th class="<?php if ($sorting_field == 'acc_balanced') {echo $sorting_order;} else {echo "sorting";}?>" id="acc_balanced" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 122px;" aria-label="Tiá»n: activate to sort column ascending">Tiá»n</th> 87 <th class="<?php if ($sorting_field == 'created_time') {echo $sorting_order;} else {echo "sorting";}?>" id="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"> 86 88 <i class="icon-time bigger-110 hidden-480"></i> 87 89 Ngà y ÄÄng kÜ 88 90 </th> 89 <th class="hidden-480 sorting" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 158px;" aria-label="Trạng thái: activate to sort column ascending">Trạng thái</th><th class="sorting_disabled" role="columnheader" rowspan="1" colspan="1" style="width: 133px;" aria-label=""></th></tr> 91 <th class="<?php if ($sorting_field == 'expire_date') {echo $sorting_order;} else {echo "sorting";}?>" id="expire_date" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 209px;" aria-label="Ngà y hết hạn: activate to sort column ascending"> 92 <i class="icon-time bigger-110 hidden-480"></i> 93 Ngà y hết hạn 94 </th> 95 <th class="sorting_disabled" role="columnheader" rowspan="1" colspan="1" style="width: 133px;" aria-label=""></th></tr> 90 96 </thead> 91 97 … … 108 114 <td class="hidden-480 "><?php echo $user['acc_balanced']; ?></td> 109 115 <td class=" "><?php echo $user['created_time']; ?></td> 110 111 <td class="hidden-480 "> 112 <span class="label label-sm label-success">Äã kÃch hoạt</span> 113 </td> 116 <td class=" "><?php echo $user['expire_date']; ?></td> 114 117 115 118 <td class=" "> … … 119 122 </a> 120 123 121 <a href="# "class="green">124 <a href="#editUser" data-toggle="modal" data-us-id=<?php echo $user['us_id']; ?> class="green"> 122 125 <i class="icon-pencil bigger-130"></i> 123 126 </a> 124 127 125 <a href="# "class="red">128 <a href="#deleteUser" data-toggle="modal" data-us-id=<?php echo $user['us_id']; ?> class="red"> 126 129 <i class="icon-trash bigger-130"></i> 127 130 </a>
Note: See TracChangeset
for help on using the changeset viewer.