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
+8 -5
View File
@@ -139,14 +139,17 @@ endif; ?>
<div class="wrap">
<form id="posts-filter" action="" method="get">
<p id="post-search">
<ul class="subsubsub"><li class="current"><a class="current"><br /></a></li></ul>
<form class="search-form" action="<?php echo $pagenow ?>" method="get">
<p class="search-box">
<label class="hidden" for="post-search-input"><?php _e('Search Categories'); ?>:</label>
<input type="text" id="post-search-input" name="s" value="<?php echo attribute_escape(stripslashes($_GET['s'])); ?>" />
<input type="text" class="search-input" id="post-search-input" name="s" value="<?php echo attribute_escape(stripslashes($_GET['s'])); ?>" />
<input type="submit" value="<?php _e( 'Search Categories' ); ?>" class="button" />
</p>
</form>
<br class="clear" />
<form id="posts-filter" action="" method="get">
<div class="tablenav">
<?php
@@ -179,7 +182,7 @@ if ( $page_links )
<br class="clear" />
</div>
<br class="clear" />
<div class="clear"></div>
<table class="widefat">
<thead>