Commit b8283401298d0c14522251167654273db219cd83
1 parent
32cf983f
Send the text through as fSearchableText, not fSearchText.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4223 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
2 additions
and
2 deletions
templates/kt3/portlets/search_portlet.smarty
| 1 | 1 | <form action="/presentation/lookAndFeel/knowledgeTree/search/simpleSearch.php" method="GET"> |
| 2 | -<input type="text" name="fSearchText" id="portlet-search-text" size="15"/><input type="submit" value="search" class="searchbutton"/> | |
| 3 | -</form> | |
| 4 | 2 | \ No newline at end of file |
| 3 | +<input type="text" name="fSearchableText" id="portlet-search-text" size="15"/><input type="submit" value="search" class="searchbutton"/> | |
| 4 | +</form> | ... | ... |