Changeset 1598 for FCKeditor/trunk/editor/dialog/fck_source.html
- Timestamp:
- 2008-02-24 13:38:08 (6 months ago)
- Files:
-
- 1 modified
-
FCKeditor/trunk/editor/dialog/fck_source.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/dialog/fck_source.html
r1565 r1598 27 27 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 28 28 <meta name="robots" content="noindex, nofollow"> 29 < link href="common/fck_dialog_common.css" rel="stylesheet" type="text/css" />29 <script src="common/fck_dialog_common.js" type="text/javascript"></script> 30 30 <script language="javascript"> 31 31 … … 33 33 var FCK = oEditor.FCK ; 34 34 var FCKConfig = oEditor.FCKConfig ; 35 var FCKTools = oEditor.FCKTools ; 36 37 document.write( FCKTools.GetStyleHtml( GetCommonDialogCss() ) ) ; 35 38 36 39 window.onload = function()