Commit 130e103247db3f81e74ca75aa4d5f46eed331196

Authored by Michael Joseph
1 parent 9215a974

fixed typos


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1086 c91229c3-7414-0410-bfa2-8a42b809f60b
lib/visualpatterns/PatternMainPage.inc
... ... @@ -183,7 +183,7 @@ class PatternMainPage {
183 183 return "\n\n<SCRIPT LANGUAGE=\"javascript\">\n " .
184 184 "<!--\n" .
185 185 "function helpWindow() {\n" .
186   - "window.open (' . generateControllerUrl("help", "fAction=" . $default->siteMap->getActionFromPage((substr($_SERVER["PHP_SELF"], strlen($default->rootUrl), strlen($_SERVER["PHP_SELF"])))) . "&fSection=" . $default->siteMap->getSectionName(substr($_SERVER["PHP_SELF"], strlen($default->rootUrl), strlen($_SERVER["PHP_SELF"])))), 'newwindow', config='height=600,width=800, toolbar=no, menubar=no, scrollbars=no, resizable=true,location=no, directories=no, status=no');\n" .
  186 + "window.open ('" . generateControllerUrl("help", "fAction=" . $default->siteMap->getActionFromPage((substr($_SERVER["PHP_SELF"], strlen($default->rootUrl), strlen($_SERVER["PHP_SELF"])))) . "&fSection=" . $default->siteMap->getSectionName(substr($_SERVER["PHP_SELF"], strlen($default->rootUrl), strlen($_SERVER["PHP_SELF"])))) . "', 'newwindow', config='height=600,width=800, toolbar=no, menubar=no, scrollbars=no, resizable=true,location=no, directories=no, status=no');\n" .
187 187 "return false;\n" .
188 188 "}\n" .
189 189 "-->\n" .
... ...