Show
Ignore:
Timestamp:
2008-02-24 13:38:08 (7 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.html

    r1565 r1598  
    2929        <script src="common/fck_dialog_common.js" type="text/javascript"></script> 
    3030        <script src="fck_image/fck_image.js" type="text/javascript"></script> 
    31         <link href="common/fck_dialog_common.css" rel="stylesheet" type="text/css" /> 
     31                <script type="text/javascript"> 
     32 
     33document.write( FCKTools.GetStyleHtml( GetCommonDialogCss() ) ) ; 
     34 
     35                </script> 
    3236</head> 
    3337<body scroll="no" style="overflow: hidden">