- Timestamp:
- 2007-07-07 12:19:05 (18 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/filemanager/browser/default/frmupload.html
r132 r413 24 24 <html xmlns="http://www.w3.org/1999/xhtml"> 25 25 <head> 26 <title>File Upload</title> 26 27 <link href="browser.css" type="text/css" rel="stylesheet" /> 27 28 <script type="text/javascript" src="js/common.js"></script> … … 57 58 window.parent.frames['frmUploadWorker'].location = 'javascript:void(0)' ; 58 59 59 // Reset the upload form (On IE we must do a little trick to avo utproblems).60 // Reset the upload form (On IE we must do a little trick to avoid problems). 60 61 if ( document.all ) 61 62 document.getElementById('NewFile').outerHTML = '<input id="NewFile" name="NewFile" style="WIDTH: 100%" type="file">' ;