Skip to content

Commit

Permalink
bugfix inn DetailedSearch form names
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2550 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
orbiter committed Sep 11, 2006
1 parent 462c64a commit 8219ce6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions htroot/DetailedSearch.html
Expand Up @@ -37,11 +37,11 @@ <h2>Detailed&nbsp;Search</h2>
<dt><label for="postsort">Post-Sort:</label></dt>
<dd><input type="checkbox" name="postsort" id="postsort" #[postsortChecked]# /></dd>
<dt><label for="localcount">Max. number of results:</label></dt>
<dd><input type="text" name="localcount" id="localcount" value="#[localCount]#" size="4" maxlength="5" /></dd>
<dd><input type="text" name="localCount" id="localCount" value="#[localCount]#" size="4" maxlength="5" /></dd>
<dt><label for="localtime">Max. search time (seconds):</label></dt>
<dd><input type="text" name="localtime" id="localtime" value="#[localTime]#" size="4" maxlength="3" /></dd>
<dd><input type="text" name="localTime" id="localTime" value="#[localTime]#" size="4" maxlength="3" /></dd>
<dt><label for="localwdist">Max. word distance:</label></dt>
<dd><input type="text" name="localwdist" id="localwdist" value="#[localWDist]#" size="4" maxlength="4" /></dd>
<dd><input type="text" name="localWDist" id="localWDist" value="#[localWDist]#" size="4" maxlength="4" /></dd>
</dl>
</fieldset>
<fieldset>
Expand Down

0 comments on commit 8219ce6

Please sign in to comment.