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/edit-link-categories.php

    r9069 r9073  
    7676<div class="wrap">
    7777
    78 <form id="posts-filter" action="" method="get">
    79 
    80 <p id="post-search">
     78<ul class="subsubsub"><li><a class="current"><br /></a></li></ul>
     79<form class="search-form" action="<?php echo $pagenow ?>" method="get">
     80<p class="search-box">
    8181    <label class="hidden" for="post-search-input"><?php _e( 'Search Categories' ); ?>:</label>
    82     <input type="text" id="post-search-input" name="s" value="<?php echo attribute_escape(stripslashes($_GET['s'])); ?>" />
     82    <input type="text" class="search-input" id="post-search-input" name="s" value="<?php echo attribute_escape(stripslashes($_GET['s'])); ?>" />
    8383    <input type="submit" value="<?php _e( 'Search Categories' ); ?>" class="button" />
    8484</p>
     85</form>
     86<br class="clear" />
    8587
     88<form id="posts-filter" action="" method="get">
    8689<div class="tablenav">
    8790
     
    116119</div>
    117120
    118 <br class="clear" />
     121<div class="clear"></div>
    119122
    120123<table class="widefat">
Note: See TracChangeset for help on using the changeset viewer.