Commit 083c781dd19af32391bf08614b8a4fd3c88f9d4e

Authored by Michael Joseph
1 parent 599c2620

#3545 removed javascript that attempted to copy the filename to the title field


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2794 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocumentUI.inc
... ... @@ -61,7 +61,7 @@ function getUploadDocument() {
61 61 $sToRender .= "<tr>\n";
62 62 $sToRender .= "<td colspan=\"2\"><b>Document to add:<b></td>\n";
63 63 $sToRender .= "</tr>\n";
64   - $sToRender .= "<tr><td>File</td><td><input type=\"file\" name=\"fFile\" onChange=\"document.MainForm.fName=document.MainForm.fFile\"></td></tr>\n";
  64 + $sToRender .= "<tr><td>File</td><td><input type=\"file\" name=\"fFile\"></td></tr>\n";
65 65 $sToRender .= "<tr><td>Title</td><td><input type=\"text\" name=\"fName\" size=\"20\"></td></tr>\n";
66 66 $sToRender .= "</table>\n";
67 67 return $sToRender;
... ...