File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 182
182
<table class="table table-striped" cellspacing="0" width="100%">
183
183
<thead>
184
184
<tr>
185
- <th width="20" class="text-center"><input type="checkbox" class="checkall" id="checkall-top" onclick="$('#form- users').toggleCheckboxes(':not(#checkall-top)'); " /></th>
185
+ <th width="20" class="text-center"><input type="checkbox" class="checkall" id="checkall-top" data-checkbox=" users" /></th>
186
186
<th class="text-center"><?php _e ('ID ' ,'rmcommon ' ); ?> </th>
187
187
<th><?php _e ('Username ' ,'rmcommon ' ); ?> </th>
188
188
<th><?php _e ('Name ' ,'rmcommon ' ); ?> </th>
211
211
foreach ($ users as $ user ):
212
212
?>
213
213
<tr class="<?php echo tpl_cycle ('even,odd ' ); ?> <?php echo $ user ['level ' ]<=0 ? ' user_inactive ' : '' ?> " valign="top">
214
- <td class="text-center"><input type="checkbox" name="ids[]" id="item-<?php echo $ user ['uid ' ]; ?> " value="<?php echo $ user ['uid ' ]; ?> " / ></td>
214
+ <td class="text-center"><input type="checkbox" name="ids[]" id="item-<?php echo $ user ['uid ' ]; ?> " value="<?php echo $ user ['uid ' ]; ?> " data-oncheck="users" ></td>
215
215
<td class="text-center"><?php echo $ user ['uid ' ]; ?> </td>
216
216
<td nowrap="nowrap">
217
217
<strong><?php echo $ user ['uname ' ]; ?> </strong>
You can’t perform that action at this time.
0 commit comments