Label on search form.
git-svn-id: http://svn.automattic.com/wordpress/trunk@950 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
87655b156e
commit
f46175d614
|
@ -75,10 +75,11 @@ require('wp-blog-header.php');
|
||||||
<?php wp_list_cats(); ?>
|
<?php wp_list_cats(); ?>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li id="search">Search:
|
<li id="search">
|
||||||
<form id="searchform" method="get" action="<?php echo $PHP_SELF; ?>">
|
<label for="s">Search:</label>
|
||||||
|
<form id="searchform" method="get" action="<?php echo $PHP_SELF; ?>">
|
||||||
<div>
|
<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" />
|
<input type="submit" name="submit" value="search" />
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in New Issue