Ticket #5784: users_table_skipped.patch
| File users_table_skipped.patch, 693 bytes (added by Potter_System, 4 years ago) |
|---|
-
users.php
291 291 <?php endif; ?> 292 292 </tr> 293 293 <tr class="thead"> 294 <th><input type="checkbox" onclick="checkAllUsers('<?php echo $role; ?>')"/></th> 295 <th><?php _e('ID') ?></th> 294 <th><input type="checkbox" onclick="checkAllUsers('<?php echo $role; ?>')"/> <?php _e('ID') ?></th> 296 295 <th><?php _e('Username') ?></th> 297 296 <th><?php _e('Name') ?></th> 298 297 <th><?php _e('E-mail') ?></th> 299 298 <th><?php _e('Website') ?></th> 299 <th><?php _e('Posts created') ?></th> 300 300 <th colspan="2" style="text-align: center"><?php _e('Actions') ?></th> 301 301 </tr> 302 302 </tbody>
