- Timestamp:
- Nov 20, 2014 7:07:44 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/admin/views/collaborator/listview.php
r572 r590 1 <?php 2 $admin_info = $this->session->userdata('adminInfo'); 3 $role_id = $admin_info['role_id']; 4 ?> 1 5 <div id="breadcrumbs" class="breadcrumbs"> 2 6 … … 41 45 <div style="padding-bottom:4px" class="table-header"> 42 46 Thá»ng kê tà i khoản 43 47 <?php if($role_id == 1): ?> 44 48 <button href="#addUser" data-toggle="modal" class="btn btn-success pull-right"> 45 49 <i class="icon-plus"></i> 46 50 Thêm cá»ng tác viên 47 51 </button> 52 <?php endif; ?> 48 53 49 54 </div> … … 87 92 </th> 88 93 <th class="<?php if ($sorting_field=='activated') {echo $sorting_order;} else {echo "sorting";}?>" id="activated" 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> 89 < th class="sorting_disabled" role="columnheader" rowspan="1" colspan="1" style="width: 133px;" aria-label="">Chức nÄng</th></tr>94 <?php if($role_id == 1): ?><th class="sorting_disabled" role="columnheader" rowspan="1" colspan="1" style="width: 133px;" aria-label="">Chức nÄng</th><?php endif; ?></tr> 90 95 </thead> 91 96 … … 118 123 ?> 119 124 </td> 120 125 <?php if($role_id == 1): ?> 121 126 <td class=" "> 122 127 <div class="visible-md visible-lg hidden-sm hidden-xs action-buttons"> … … 168 173 </div> 169 174 </td> 175 <?php endif; ?> 170 176 </tr> 171 177 <?php } ?>
Note: See TracChangeset
for help on using the changeset viewer.