Make WordPress Core


Ignore:
Timestamp:
10/03/2008 12:13:12 AM (16 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/categories.php

    r9069 r9073  
    140140<div class="wrap">
    141141
    142 <form id="posts-filter" action="" method="get">
    143 
    144 <p id="post-search">
     142<ul class="subsubsub"><li class="current"><a class="current"><br /></a></li></ul>
     143<form class="search-form" action="<?php echo $pagenow ?>" method="get">
     144<p class="search-box">
    145145    <label class="hidden" for="post-search-input"><?php _e('Search Categories'); ?>:</label>
    146     <input type="text" id="post-search-input" name="s" value="<?php echo attribute_escape(stripslashes($_GET['s'])); ?>" />
     146    <input type="text" class="search-input" id="post-search-input" name="s" value="<?php echo attribute_escape(stripslashes($_GET['s'])); ?>" />
    147147    <input type="submit" value="<?php _e( 'Search Categories' ); ?>" class="button" />
    148148</p>
    149 
     149</form>
     150<br class="clear" />
     151
     152<form id="posts-filter" action="" method="get">
    150153<div class="tablenav">
    151154
     
    180183</div>
    181184
    182 <br class="clear" />
     185<div class="clear"></div>
    183186
    184187<table class="widefat">
Note: See TracChangeset for help on using the changeset viewer.