mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user