Added a missing TR tag

git-svn-id: https://develop.svn.wordpress.org/trunk@370 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Alex King 2003-09-16 03:21:22 +00:00
parent 35f44834c1
commit 45927c5f14
1 changed files with 11 additions and 10 deletions

View File

@ -120,6 +120,7 @@ if ($i == "ASC")
<div class="wrap">
<table width="100%">
<tr>
<td valign="top" width="33%">
<form name="searchform" action="b2edit.php" method="get">
<input type="hidden" name="a" value="s" />
@ -127,8 +128,8 @@ if ($i == "ASC")
<input type="submit" name="submit" value="search" class="search" />
</form>
</td>
<td valign="top" width="33%" align="center">
<form name="viewcat" action="b2edit.php" method="get">
<td valign="top" width="33%" align="center">
<form name="viewcat" action="b2edit.php" method="get">
<select name="cat" style="width:140px;">
<option value="all">All Categories</option>
<?php
@ -144,10 +145,10 @@ if ($i == "ASC")
?>
</select>
<input type="submit" name="submit" value="View" class="search" />
</form>
</td>
<td valign="top" width="33%" align="right">
<form name="viewarc" action="b2edit.php" method="get">
</form>
</td>
<td valign="top" width="33%" align="right">
<form name="viewarc" action="b2edit.php" method="get">
<?php
if ($archive_mode == "monthly") {
@ -219,10 +220,10 @@ if ($i == "ASC")
echo "</select>";
?>
<input type="submit" name="submit" value="View" class="search" />
</form>
</td>
<input type="submit" name="submit" value="View" class="search" />
</form>
</td>
</tr>
</table>
<?php