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/dialog/fck_image/fck_image_preview.html

    r1565 r1598  
    2929        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    3030        <meta name="robots" content="noindex, nofollow" /> 
    31         <link href="../common/fck_dialog_common.css" rel="stylesheet" type="text/css" /> 
    3231        <script src="../common/fck_dialog_common.js" type="text/javascript"></script> 
    3332        <script type="text/javascript"> 
    3433 
     34var FCKTools    = window.parent.FCKTools ; 
     35var FCKConfig   = window.parent.FCKConfig ; 
     36 
    3537// Sets the Skin CSS 
    36 document.write( '<link href="' + window.parent.FCKConfig.SkinPath + 'fck_dialog.css" type="text/css" rel="stylesheet">' ) ; 
     38document.write( FCKTools.GetStyleHtml( FCKConfig.SkinDialogCSS ) ) ; 
     39document.write( FCKTools.GetStyleHtml( GetCommonDialogCss( '../' ) ) ) ; 
    3740 
    3841if ( window.parent.FCKConfig.BaseHref.length > 0 )