Move posts filter above tablenav

git-svn-id: https://develop.svn.wordpress.org/trunk@9018 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2008-09-28 12:29:19 +00:00
parent 1adc55c1c9
commit 56df9ace2d
12 changed files with 72 additions and 91 deletions

View File

@@ -132,7 +132,6 @@ if ( isset($_GET['author']) && $_GET['author'] ) {
printf( _c( '%1$s%2$s%3$s (<a href="%4$s">Add New</a>)|You can reorder these: 1: Pages, 2: by {s}, 3: matching {s}' ), $post_status_label, $h2_author, $h2_search, 'page-new.php' );
?></h2>
<form id="posts-filter" action="" method="get">
<ul class="subsubsub">
<?php
@@ -190,6 +189,8 @@ if ( $page_links )
echo "<div class='tablenav-pages'>$page_links</div>";
?>
<form id="posts-filter" action="" method="get">
<div class="alignleft">
<select name="action">
<option value="-1" selected><?php _e('Actions'); ?></option>