fix fulltext comment search type radiobutton

custis
Vitaliy Filippov 2014-12-03 16:38:21 +03:00
parent cd14ba3825
commit 6c18327bbf
2 changed files with 2 additions and 2 deletions

View File

@ -152,7 +152,7 @@ Browse Directory</a></p>
<th style="text-align:right;vertical-align:top;">Comment:</th>
<td>
<input type="text" name="comment" value="[comment]" size="40" /><br />
<label for="comment_match_exact">
<label for="comment_match_fulltext">
<input type="radio" name="comment_match" id="comment_match_fulltext"
value="fulltext" [is comment_match "fulltext"]checked=""[end] />
Search full-text

View File

@ -152,7 +152,7 @@ Browse Directory</a></p>
<th style="text-align:right;vertical-align:top;">Comment:</th>
<td>
<input type="text" name="comment" value="[comment]" size="40" /><br />
<label for="comment_match_exact">
<label for="comment_match_fulltext">
<input type="radio" name="comment_match" id="comment_match_fulltext"
value="fulltext" [is comment_match "fulltext"]checked=""[end] />
Search full-text