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

    r9069 r9073  
    9797<div class="wrap">
    9898
     99<div class="filter">
    99100<form id="list-filter" action="" method="get">
    100101<?php
     
    118119?>
    119120<input type="submit" id="post-query-submit" value="<?php _e('Filter'); ?>" class="button-secondary" />
    120 </form>
    121 
    122 <form id="posts-filter" action="" method="get">
    123 
    124 <p id="post-search">
     121</form></div>
     122
     123<ul class="subsubsub"><li><a class="current"><br /></a></li></ul>
     124<form class="search-form" action="<?php echo $pagenow ?>" method="get">
     125<p class="search-box">
    125126    <label class="hidden" for="post-search-input"><?php _e( 'Search Links' ); ?>:</label>
    126     <input type="text" id="post-search-input" name="s" value="<?php echo attribute_escape(stripslashes($_GET['s'])); ?>" />
     127    <input type="text" class="search-input" id="post-search-input" name="s" value="<?php echo attribute_escape(stripslashes($_GET['s'])); ?>" />
    127128    <input type="submit" value="<?php _e( 'Search Links' ); ?>" class="button" />
    128129</p>
    129 
     130</form>
     131<br class="clear" />
     132
     133<form id="posts-filter" action="" method="get">
    130134<div class="tablenav">
    131135
     
    141145</div>
    142146
    143 <br class="clear" />
     147<div class="clear"></div>
    144148
    145149<?php
Note: See TracChangeset for help on using the changeset viewer.