mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -173,14 +173,12 @@ unset($status_links);
|
||||
</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 Comments' ); ?>:</label>
|
||||
<input type="text" id="post-search-input" name="s" value="<?php echo $search; ?>" />
|
||||
<input type="text" class="search-input" id="post-search-input" name="s" value="<?php echo $search; ?>" />
|
||||
<input type="submit" value="<?php _e( 'Search Comments' ); ?>" class="button" />
|
||||
</p>
|
||||
|
||||
</form>
|
||||
|
||||
<?php
|
||||
@@ -249,7 +247,7 @@ if ( 'spam' == $comment_status ) {
|
||||
|
||||
</div>
|
||||
|
||||
<br class="clear" />
|
||||
<div class="clear"></div>
|
||||
|
||||
<?php if ( $comments ) { ?>
|
||||
<table class="widefat">
|
||||
|
||||
Reference in New Issue
Block a user