Better admin search boxes.

git-svn-id: http://svn.automattic.com/wordpress/trunk@8827 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi
2008-09-05 23:19:08 +00:00
parent a2da0c0e99
commit 475c4eecaa
17 changed files with 42 additions and 48 deletions
+3 -3
View File
@@ -138,9 +138,9 @@ if (isset($_GET['message'])) : ?>
endif;
?>
<p id="post-search">
<label class="hidden" for="post-search-input"><?php _e( 'Search Media' ); ?>:</label>
<input type="text" id="post-search-input" name="s" value="<?php the_search_query(); ?>" />
<p id="media-search" class="search-box" >
<label class="hidden" for="media-search-input"><?php _e( 'Search Media' ); ?>:</label>
<input type="text" id="media-search-input" class="search-input" name="s" value="<?php the_search_query(); ?>" />
<input type="submit" value="<?php _e( 'Search Media' ); ?>" class="button" />
</p>