--- loncom/homework/essayresponse.pm 2004/12/14 20:12:30 1.54 +++ loncom/homework/essayresponse.pm 2004/12/14 20:38:51 1.55 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # essay (ungraded) style responses # -# $Id: essayresponse.pm,v 1.54 2004/12/14 20:12:30 banghart Exp $ +# $Id: essayresponse.pm,v 1.55 2004/12/14 20:38:51 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -67,9 +67,7 @@ sub start_essayresponse { if ($uploadedfiletypes) { $result.='<tr><td>'.&mt('Submit a file: (only one file can be uploaded)'). ' <br /><input type="file" size="50" name="HWFILE'. -# $part.'_'.$id.'" onFocus="this.form.enctype='. -# "'multipart/form-data'".';" /><br />'. - $part.'_'.$id.'" '. + $part.'_'.$id.'" /><br />'. &mt('Allowed filetypes: <b>[_1]</b>',$uploadedfiletypes).'<br />'. '<strong>OR:</strong><br /><a href='."'".'javascript:void(window.open("/adm/portfolio?mode=selectfile&fieldname=HWPORT'.$part.'_'.$id.'","cat","height=600,width=800,scrollbars=1,resizable=1,menubar=2,location=1"))'."'".'>Select Portfolio Files</a>'. '<br />'.