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> <TR VALIGN=TOP>
<TD>Title</TD> <TD>Title</TD>
<TD><INPUT TYPE="text" SIZE="25" NAME="title"></TD> <TD><INPUT TYPE="text" SIZE="25" NAME="title"></TD>
<td rowspan=2> <td>
<input type=radio name=ttype value=normal checked>Normal<br/> <input type=radio name=ttype value=normal checked>Normal
<input type=radio name=ttype value=exact>Exact <input type=radio name=ttype value=exact>Exact
</td> </td>
</TR> </TR>