Show
Ignore:
Timestamp:
2008-02-24 13:38:08 (8 months ago)
Author:
fredck
Message:

Fixed #1622 : Introduced the inline CSS cache system.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/fckdialog.html

    r1586 r1598  
    8383 
    8484// Sets the Skin CSS 
    85 document.write( '<link href="' + FCKConfig.SkinPath + 'fck_dialog.css" type="text/css" rel="stylesheet">' ) ; 
     85document.write( FCKTools.GetStyleHtml( FCKConfig.SkinDialogCSS ) ) ; 
    8686 
    8787// Sets the language direction. 
     
    644644 
    645645                // Sets the Skin CSS. 
    646                 innerDoc.write( '<link href="' + FCKConfig.SkinPath + 'fck_dialog.css" type="text/css" rel="stylesheet">' ) ; 
     646                innerDoc.write( FCKTools.GetStyleHtml( FCKConfig.SkinDialogCSS ) ) ; 
    647647 
    648648                setOnKeyDown( innerDoc ) ;