Show
Ignore:
Timestamp:
2007-07-07 12:19:05 (18 months ago)
Author:
alfonsoml
Message:

Land on the trunk the unified connectors from #454.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/filemanager/browser/default/frmupload.html

    r132 r413  
    2424<html xmlns="http://www.w3.org/1999/xhtml"> 
    2525        <head> 
     26                <title>File Upload</title> 
    2627                <link href="browser.css" type="text/css" rel="stylesheet" /> 
    2728                <script type="text/javascript" src="js/common.js"></script> 
     
    5758        window.parent.frames['frmUploadWorker'].location = 'javascript:void(0)' ; 
    5859 
    59         // Reset the upload form (On IE we must do a little trick to avout problems). 
     60        // Reset the upload form (On IE we must do a little trick to avoid problems). 
    6061        if ( document.all ) 
    6162                document.getElementById('NewFile').outerHTML = '<input id="NewFile" name="NewFile" style="WIDTH: 100%" type="file">' ;