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
+9 -6
View File
@@ -76,6 +76,15 @@ if ( is_singular() ) {
require_once('admin-header.php');
?>
<form class="search-form" action="" method="get">
<p id="page-search" class="search-box">
<label class="hidden" for="page-search-input"><?php _e( 'Search Pages' ); ?></label>
<input type="text" id="page-search-input" name="s" value="<?php the_search_query(); ?>" />
<input type="submit" value="<?php _e( 'Search Pages' ); ?>" class="button" />
</p>
</form>
<div class="wrap">
<form id="posts-filter" action="" method="get">
@@ -138,12 +147,6 @@ if ( isset($_GET['posted']) && $_GET['posted'] ) : $_GET['posted'] = (int) $_GET
endif;
?>
<p id="page-search" class="search-box">
<label class="hidden" for="page-search-input"><?php _e( 'Search Pages' ); ?></label>
<input type="text" id="page-search-input" name="s" value="<?php the_search_query(); ?>" />
<input type="submit" value="<?php _e( 'Search Pages' ); ?>" class="button" />
</p>
<div class="tablenav">
<?php