Commit 130e103247db3f81e74ca75aa4d5f46eed331196
1 parent
9215a974
fixed typos
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1086 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
lib/visualpatterns/PatternMainPage.inc
| @@ -183,7 +183,7 @@ class PatternMainPage { | @@ -183,7 +183,7 @@ class PatternMainPage { | ||
| 183 | return "\n\n<SCRIPT LANGUAGE=\"javascript\">\n " . | 183 | return "\n\n<SCRIPT LANGUAGE=\"javascript\">\n " . |
| 184 | "<!--\n" . | 184 | "<!--\n" . |
| 185 | "function helpWindow() {\n" . | 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 | "return false;\n" . | 187 | "return false;\n" . |
| 188 | "}\n" . | 188 | "}\n" . |
| 189 | "-->\n" . | 189 | "-->\n" . |