Make WordPress Core


Ignore:
Timestamp:
10/03/2008 12:13:12 AM (17 years ago)
Author:
azaozz
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-pages.php

    r9069 r9073  
    111111</div>
    112112
    113 <div class="wrap">
    114 
    115113<?php if ( isset($_GET['locked']) || isset($_GET['skipped']) || isset($_GET['updated']) ) { ?>
    116114<div id="message" class="updated fade"><p>
     
    137135endif; ?>
    138136
     137<div class="wrap">
    139138<ul class="subsubsub">
    140139<?php
     
    164163</ul>
    165164
    166 <form id="posts-filter" action="" method="get">
    167 
    168 <p id="post-search">
     165<form class="search-form" action="<?php echo $pagenow ?>" method="get">
     166<p class="search-box">
    169167    <label class="hidden" for="post-search-input"><?php _e( 'Search Pages' ); ?>:</label>
    170     <input type="text" id="post-search-input" name="s" value="<?php echo attribute_escape(stripslashes($_GET['s'])); ?>" />
     168    <input type="text" class="search-input" id="post-search-input" name="s" value="<?php echo attribute_escape(stripslashes($_GET['s'])); ?>" />
    171169    <input type="submit" value="<?php _e( 'Search Pages' ); ?>" class="button" />
    172170</p>
     171</form>
     172
     173<form id="posts-filter" action="" method="get">
    173174
    174175<?php if ( isset($_GET['post_status'] ) ) : ?>
     
    210211</div>
    211212
    212 <br class="clear" />
     213<div class="clear"></div>
    213214
    214215<?php
Note: See TracChangeset for help on using the changeset viewer.