Commit 85f4c7f0d0981858479c159ef4de8ff74670fd06
1 parent
b608ac5e
corrected browse javascript
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1949 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocumentLinkUI.inc
| @@ -61,7 +61,7 @@ function getValidationJavaScript() { | @@ -61,7 +61,7 @@ function getValidationJavaScript() { | ||
| 61 | function getBrowseJavaScript() { | 61 | function getBrowseJavaScript() { |
| 62 | $sToRender = "<script language=\"JavaScript\"><!--\n "; | 62 | $sToRender = "<script language=\"JavaScript\"><!--\n "; |
| 63 | $sToRender .= "function newWindow(file,window) {\n "; | 63 | $sToRender .= "function newWindow(file,window) {\n "; |
| 64 | - $sToRender .= "\tmsgWindow=open(file,window,'resizable=yes,scrollbars=yes, width=400,height=600');\n "; | 64 | + $sToRender .= "\tmsgWindow=open(file,window,config='resizable=yes,scrollbars=yes,width=400,height=600');\n "; |
| 65 | $sToRender .= "\tif (msgWindow.opener == null) msgWindow.opener = self; \n "; | 65 | $sToRender .= "\tif (msgWindow.opener == null) msgWindow.opener = self; \n "; |
| 66 | $sToRender .= "}\n"; | 66 | $sToRender .= "}\n"; |
| 67 | $sToRender .= "//--></script>\n"; | 67 | $sToRender .= "//--></script>\n"; |