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-tags.php

    r9069 r9073  
    143143<div class="wrap">
    144144
    145 <form id="posts-filter" action="" method="get">
    146 
    147 <p id="post-search">
     145<ul class="subsubsub"><li class="current"><a class="current"><br /></a></li></ul>
     146<form class="search-form" action="<?php echo $pagenow ?>" method="get">
     147<p class="search-box">
    148148    <label class="hidden" for="post-search-input"><?php _e( 'Search Tags' ); ?>:</label>
    149     <input type="text" id="post-search-input" name="s" value="<?php echo attribute_escape(stripslashes($_GET['s'])); ?>" />
     149    <input type="text" class="search-input" id="post-search-input" name="s" value="<?php echo attribute_escape(stripslashes($_GET['s'])); ?>" />
    150150    <input type="submit" value="<?php _e( 'Search Tags' ); ?>" class="button" />
    151151</p>
    152 
     152</form>
     153<br class="clear" />
     154
     155<form id="posts-filter" action="" method="get">
    153156<div class="tablenav">
    154157
     
    183186</div>
    184187
    185 <br class="clear" />
     188<div class="clear"></div>
    186189
    187190<table class="widefat">
Note: See TracChangeset for help on using the changeset viewer.