Make WordPress Core


Ignore:
Timestamp:
10/03/2008 12:13:12 AM (16 years ago)
Author:
azaozz
Message:

Reposition the Search and Filter. Brings the top of the screen closer to the wireframes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-comments.php

    r9069 r9073  
    174174</div>
    175175
    176 <form id="posts-filter" action="" method="get">
    177 
    178 <p id="post-search">
     176<form class="search-form" action="<?php echo $pagenow ?>" method="get">
     177<p class="search-box">
    179178    <label class="hidden" for="post-search-input"><?php _e( 'Search Comments' ); ?>:</label>
    180     <input type="text" id="post-search-input" name="s" value="<?php echo $search; ?>" />
     179    <input type="text" class="search-input" id="post-search-input" name="s" value="<?php echo $search; ?>" />
    181180    <input type="submit" value="<?php _e( 'Search Comments' ); ?>" class="button" />
    182181</p>
    183 
    184182</form>
    185183
     
    250248</div>
    251249
    252 <br class="clear" />
     250<div class="clear"></div>
    253251
    254252<?php if ( $comments ) { ?>
Note: See TracChangeset for help on using the changeset viewer.