Commit 5eab01db authored by 's avatar

Fixed bug in documentUpload dtml - the file upload input had a bobo type...

Fixed bug in documentUpload dtml - the file upload input had a bobo type description (which is wrong for file upload fields)
parent 19742a4c
...@@ -16,7 +16,7 @@ Choose an existing html file from your local computer by clicking the ...@@ -16,7 +16,7 @@ Choose an existing html file from your local computer by clicking the
<TR> <TR>
<TH ALIGN="LEFT" VALIGN="TOP">File</TH> <TH ALIGN="LEFT" VALIGN="TOP">File</TH>
<TD ALIGN="LEFT" VALIGN="TOP"> <TD ALIGN="LEFT" VALIGN="TOP">
<INPUT TYPE="file" NAME="file:string" SIZE="25" VALUE=""> <INPUT TYPE="file" NAME="file" SIZE="25" VALUE="">
</TD> </TD>
</TR> </TR>
<TR> <TR>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment