- Timestamp:
- Nov 11, 2014 5:22:15 PM (11 years ago)
- Location:
- pro-violet-viettel/sourcecode/application/modules/admin/views
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/admin/views/collaborator/listview.php
r461 r464 77 77 <thead> 78 78 <tr role="row"> 79 <th class="center sorting_disabled" role="columnheader" rowspan="1" colspan="1" style="width: 44px;" aria-label=""> 80 <label> 81 <input type="checkbox" class="ace"> 82 <span class="lbl"></span> 83 </label> 84 </th> 79 85 80 86 81 <th class="<?php if ($sorting_field == 'full_name') {echo $sorting_order;} else {echo "sorting";}?>" id="full_name" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 183px;" aria-label="Há» tên: activate to sort column ascending">Há» tên</th> … … 102 97 ?> 103 98 <tr class="odd"> 104 <td class="center sorting_1"> 105 <label> 106 <input type="checkbox" class="ace"> 107 <span class="lbl"></span> 108 </label> 109 </td> 99 110 100 111 101 -
pro-violet-viettel/sourcecode/application/modules/admin/views/report/listview.php
r446 r464 36 36 <thead> 37 37 <tr role="row"> 38 <th class="center sorting_disabled" role="columnheader" rowspan="1" colspan="1" style="width: 44px;" aria-label=""> 39 <label> 40 <input type="checkbox" class="ace"> 41 <span class="lbl"></span> 42 </label> 43 </th> 38 44 39 <th class="<?php if ($sorting_field == 'fullname') {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">Há» tên</th> 45 40 <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: 283px;" aria-label="Há» tên: activate to sort column ascending">Sá» Äiá»n thoại</th> … … 57 52 ?> 58 53 <tr class="odd"> 59 <td class="center sorting_1"> 60 <label> 61 <input type="checkbox" class="ace"> 62 <span class="lbl"></span> 63 </label> 64 </td> 54 65 55 66 56 <td class=" "> -
pro-violet-viettel/sourcecode/application/modules/admin/views/reportAsistant/listview.php
r462 r464 36 36 <thead> 37 37 <tr role="row"> 38 <th class="center sorting_disabled" role="columnheader" rowspan="1" colspan="1" style="width: 44px;" aria-label=""> 39 <label> 40 <input type="checkbox" class="ace"> 41 <span class="lbl"></span> 42 </label> 43 </th> 38 44 39 <th class="<?php if ($sorting_field == 'full_name') {echo $sorting_order;} else {echo "sorting";}?>" 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 cá»ng tác viên</th> 45 40 <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</th> … … 56 51 ?> 57 52 <tr class="odd"> 58 <td class="center sorting_1"> 59 <label> 60 <input type="checkbox" class="ace"> 61 <span class="lbl"></span> 62 </label> 63 </td> 53 64 54 65 55 <td class=" "> -
pro-violet-viettel/sourcecode/application/modules/admin/views/smstemplate/listview.php
r461 r464 74 74 <thead> 75 75 <tr role="row"> 76 <th class="center sorting_disabled" role="columnheader" rowspan="1" colspan="1" style="width: 44px;" aria-label=""> 77 <label> 78 <input type="checkbox" class="ace"> 79 <span class="lbl"></span> 80 </label> 81 </th> 76 82 77 83 78 <th class="<?php if ($sorting_field == 'sms_content') {echo $sorting_order;} else {echo "sorting";}?>" id="sms_content" 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">Mẫu tin nhắn</th> … … 98 93 ?> 99 94 <tr class="odd"> 100 <td class="center sorting_1"> 101 <label> 102 <input type="checkbox" class="ace"> 103 <span class="lbl"></span> 104 </label> 105 </td> 106 95 107 96 108 97 <td class=" "><?php echo $smstemplate['sms_content']?></td>
Note: See TracChangeset
for help on using the changeset viewer.