Better admin search boxes.
git-svn-id: http://svn.automattic.com/wordpress/trunk@8827 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1210,11 +1210,11 @@ function media_upload_library_form($errors) {
|
||||
<input type="hidden" name="post_id" value="<?php echo (int) $post_id; ?>" />
|
||||
<input type="hidden" name="post_mime_type" value="<?php echo attribute_escape( $_GET['post_mime_type'] ); ?>" />
|
||||
|
||||
<div id="search-filter">
|
||||
<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 echo attribute_escape( __( 'Search Media' ) ); ?>" class="button" />
|
||||
</div>
|
||||
</p>
|
||||
|
||||
<ul class="subsubsub">
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user