Put "Normal" and "Exact" radio buttons on the same line to clarify the type of search.

This commit is contained in:
wolfpac444 2003-08-10 01:16:39 +00:00
parent 505df77ed2
commit 6ad82884a3

View file

@ -42,8 +42,8 @@
<TR VALIGN=TOP>
<TD>Title</TD>
<TD><INPUT TYPE="text" SIZE="25" NAME="title"></TD>
<td rowspan=2>
<input type=radio name=ttype value=normal checked>Normal<br/>
<td>
<input type=radio name=ttype value=normal checked>Normal
<input type=radio name=ttype value=exact>Exact
</td>
</TR>