Make WordPress Core


Ignore:
Timestamp:
09/25/2008 01:42:34 PM (18 years ago)
Author:
azaozz
Message:

Batch editing, first cut, see #6815

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/users.php

    r8948 r8973  
    333333<option value="delete"><?php _e('Delete'); ?></option>
    334334</select>
    335 <input type="submit" value="<?php _e('Apply'); ?>" name="doaction" class="button-secondary action" />
     335<input type="submit" value="<?php _e('Apply'); ?>" name="doaction" id="doaction" class="button-secondary action" />
    336336<label class="hidden" for="new_role"><?php _e('Change role to&hellip;') ?></label><select name="new_role" id="new_role"><option value=''><?php _e('Change role to&hellip;') ?></option><?php wp_dropdown_roles(); ?></select>
    337337<input type="submit" value="<?php _e('Change'); ?>" name="changeit" class="button-secondary" />
Note: See TracChangeset for help on using the changeset viewer.