Fix the position of the search field on all admin pages.

git-svn-id: https://develop.svn.wordpress.org/trunk@8867 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2008-09-11 18:54:05 +00:00
parent 57f978fede
commit 0bfa8da71c
12 changed files with 112 additions and 103 deletions

View File

@@ -71,6 +71,14 @@ else
$mode = attribute_escape($_GET['mode']);
?>
<form class="search-form" action="" method="get">
<p id="post-search" class="search-box">
<label class="hidden" for="post-search-input"><?php _e( 'Search Posts' ); ?></label>
<input type="text" id="post-search-input" class="search-input" name="s" value="<?php the_search_query(); ?>" />
<input type="submit" value="<?php _e( 'Search Posts' ); ?>" class="button" />
</p>
</form>
<div class="wrap">
<form id="posts-filter" action="" method="get">
@@ -154,12 +162,6 @@ if ( isset($_GET['posted']) && $_GET['posted'] ) : $_GET['posted'] = (int) $_GET
endif;
?>
<p id="post-search" class="search-box">
<label class="hidden" for="post-search-input"><?php _e( 'Search Posts' ); ?></label>
<input type="text" id="post-search-input" class="search-input" name="s" value="<?php the_search_query(); ?>" />
<input type="submit" value="<?php _e( 'Search Posts' ); ?>" class="button" />
</p>
<input type="hidden" name="mode" value="<?php echo $mode; ?>" />
<ul class="view-switch">