Commit 7c7910a3ae782ec73c07d9b66f7bf97c3033483f

Authored by rob
1 parent 1e84582e

Updated search functionality


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1107 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 1 deletions
lib/visualpatterns/NavBar.inc
... ... @@ -215,7 +215,7 @@ class NavBar {
215 215 "<INPUT type=\"hidden\" name=\"fDocumentID\" value=\"" . $this->iDocumentID . "\" />\n " .
216 216 "<INPUT type=\"hidden\" name=\"fCategoryName\" value=\"" . $this->sCategoryName . "\" />\n " .
217 217 "<INPUT type=\"hidden\" name=\"fDocTypeID\" value=\"" . $this->iDocTypeID . "\" />\n " .
218   - "<INPUT type=\"image\" onClick=\"setActionAndSubmitSearch()\" src=\"$default->graphicsUrl/search.gif\" align = \"absmiddle\" border=\"0\" />\n " .
  218 + "<INPUT type=\"image\" onClick=\"setActionAndSubmitSearch('" . $default->rootUrl . "/control.php')\" src=\"$default->graphicsUrl/search.gif\" align = \"absmiddle\" border=\"0\" />\n " .
219 219 "</td>\n " .
220 220 "</tr>\n" .
221 221 "<tr height=\"25%\" ><td width =\"10%\">". $row3 . "</td></tr>\n" .
... ...