Make WordPress Core


Ignore:
Timestamp:
10/02/2008 06:03:45 PM (17 years ago)
Author:
ryan
Message:

Restore search boxes. CSS to-do. Props Viper007Bond. see #7552

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/link-manager.php

    r9054 r9069  
    121121
    122122<form id="posts-filter" action="" method="get">
     123
     124<p id="post-search">
     125    <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="submit" value="<?php _e( 'Search Links' ); ?>" class="button" />
     128</p>
     129
    123130<div class="tablenav">
    124131
Note: See TracChangeset for help on using the changeset viewer.