mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 14:50:29 +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:
@@ -71,7 +71,17 @@ switch ($order_by) {
|
||||
$sqlorderby = 'name';
|
||||
break;
|
||||
}
|
||||
?>
|
||||
|
||||
<form class="search-form" action="" method="get">
|
||||
<p id="link-search" class="search-box">
|
||||
<label class="hidden" for="link-search-input"><?php _e( 'Search Links' ); ?></label>
|
||||
<input type="text" id="link-search-input" name="s" value="<?php the_search_query(); ?>" />
|
||||
<input type="submit" value="<?php _e( 'Search Links' ); ?>" class="button" />
|
||||
</p>
|
||||
</form>
|
||||
|
||||
<?php
|
||||
if ( isset($_GET['deleted']) ) {
|
||||
echo '<div id="message" class="updated fade"><p>';
|
||||
$deleted = (int) $_GET['deleted'];
|
||||
@@ -86,12 +96,6 @@ if ( isset($_GET['deleted']) ) {
|
||||
<form id="links-filter" action="" method="get">
|
||||
<h2><?php printf( __('Links (<a href="%s">Add New</a>)' ), 'link-add.php' ); ?></h2>
|
||||
|
||||
<p id="link-search" class="search-box">
|
||||
<label class="hidden" for="link-search-input"><?php _e( 'Search Links' ); ?></label>
|
||||
<input type="text" id="link-search-input" name="s" value="<?php the_search_query(); ?>" />
|
||||
<input type="submit" value="<?php _e( 'Search Links' ); ?>" class="button" />
|
||||
</p>
|
||||
|
||||
<br class="clear" />
|
||||
|
||||
<div class="tablenav">
|
||||
|
||||
Reference in New Issue
Block a user