Make WordPress Core


Ignore:
Timestamp:
10/24/2008 06:25:46 PM (18 years ago)
Author:
azaozz
Message:

New buttons and styling for all "management" pages

File:
1 edited

Legend:

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

    r9319 r9328  
    316316<?php endif; ?>
    317317
    318 <div class="alignleft">
     318<div class="alignleft actions">
    319319<select name="action">
    320320<option value="" selected="selected"><?php _e('Actions'); ?></option>
     
    329329<br class="clear" />
    330330</div>
    331 
    332 <br class="clear" />
    333331
    334332        <?php if ( is_wp_error( $wp_user_search->search_errors ) ) : ?>
     
    384382<?php endif; ?>
    385383
    386 <div class="alignleft">
     384<div class="alignleft actions">
    387385<select name="action2">
    388386<option value="" selected="selected"><?php _e('Actions'); ?></option>
Note: See TracChangeset for help on using the changeset viewer.