Cosmetic fixes from forums.

git-svn-id: http://svn.automattic.com/wordpress/trunk@1205 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt
2004-04-28 19:49:27 +00:00
parent c4bcfc02f1
commit e9e2ba1ee1
7 changed files with 94 additions and 124 deletions

View File

@@ -1,4 +1,4 @@
un<?php
<?php
require_once('../wp-includes/wp-l10n.php');
$title = __('Posts');
@@ -44,7 +44,7 @@ if( isset( $_GET['m'] ) )
<form name="viewarc" action="" method="get" style="float: left; width: 20em;">
<fieldset>
<legend><?php _e('Show Posts From Month of ...') ?></legend>
<legend><?php _e('Show Posts From Month of...') ?></legend>
<?php
echo "<select name=\"m\" style=\"width:120px;\">";
@@ -67,7 +67,7 @@ if( isset( $_GET['m'] ) )
<input type="submit" name="submit" value="<?php _e('Show Month') ?>" />
</fieldset>
</form>
<form name="searchform" action="" method="get">
<form name="searchform" action="" method="get" style="float: left; width: 20em; margin-left: 3em;">
<fieldset>
<legend><?php _e('Show Posts That Contain...') ?></legend>
<input type="text" name="s" value="<?php echo $s; ?>" size="17" />
@@ -75,7 +75,7 @@ if( isset( $_GET['m'] ) )
</fieldset>
</form>
<br clear="both" />
<br style="clear:both;" />
<table width="100%" cellpadding="3" cellspacing="3">
<tr>