Ticket #5784: users_table_skipped.patch

File users_table_skipped.patch, 693 bytes (added by Potter_System, 4 years ago)

Editing values of th tags on users.php

  • users.php

     
    291291<?php endif; ?> 
    292292</tr> 
    293293<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> 
    296295        <th><?php _e('Username') ?></th> 
    297296        <th><?php _e('Name') ?></th> 
    298297        <th><?php _e('E-mail') ?></th> 
    299298        <th><?php _e('Website') ?></th> 
     299        <th><?php _e('Posts created') ?></th> 
    300300        <th colspan="2" style="text-align: center"><?php _e('Actions') ?></th> 
    301301</tr> 
    302302</tbody>