Label on search form.

git-svn-id: http://svn.automattic.com/wordpress/trunk@950 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2004-02-27 19:22:56 +00:00
parent 87655b156e
commit f46175d614
1 changed files with 4 additions and 3 deletions

View File

@ -75,10 +75,11 @@ require('wp-blog-header.php');
<?php wp_list_cats(); ?>
</ul>
</li>
<li id="search">Search:
<form id="searchform" method="get" action="<?php echo $PHP_SELF; ?>">
<li id="search">
<label for="s">Search:</label>
<form id="searchform" method="get" action="<?php echo $PHP_SELF; ?>">
<div>
<input type="text" name="s" size="15" /><br />
<input type="text" name="s" id="s" size="15" /><br />
<input type="submit" name="submit" value="search" />
</div>
</form>