Reposition the Search and Filter. Brings the top of the screen closer to the wireframes.

git-svn-id: https://develop.svn.wordpress.org/trunk@9073 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2008-10-03 00:13:12 +00:00
parent 9a41b69f98
commit 3664763817
12 changed files with 91 additions and 77 deletions

View File

@@ -252,14 +252,15 @@ foreach ($arc_result as $arc_row) {
<?php } // ! is_singular ?>
</form></div>
<form id="posts-filter" action="" method="get">
<p id="post-search">
<form class="search-form" action="<?php echo $pagenow ?>" method="get">
<p class="search-box">
<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(); ?>" />
<input type="text" class="search-input" id="post-search-input" name="s" value="<?php the_search_query(); ?>" />
<input type="submit" value="<?php _e( 'Search Media' ); ?>" class="button" />
</p>
</form>
<form id="posts-filter" action="" method="get">
<div class="tablenav">
<?php
if ( ! isset($page_links_total) )
@@ -296,7 +297,7 @@ if ( $page_links )
<br class="clear" />
</div>
<br class="clear" />
<div class="clear"></div>
<?php if ( isset($orphans) ) { ?>
<table class="widefat">