Put "Normal" and "Exact" radio buttons on the same line to clarify the type of search.
This commit is contained in:
parent
505df77ed2
commit
6ad82884a3
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue