Changeset 2023
- Timestamp:
- 2008-05-28 22:21:43 (7 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/dialog/fck_image/fck_image_preview.html (modified) (2 diffs)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/dialog/fck_image/fck_image_preview.html
r1689 r2023 35 35 var FCKConfig = window.parent.FCKConfig ; 36 36 37 // Set s the SkinCSS38 document.write( FCKTools.GetStyleHtml( FCKConfig. SkinDialogCSS ) ) ;39 document.write( FCKTools.GetStyleHtml( GetCommonDialogCss( '../' )) ) ;37 // Set the preview CSS 38 document.write( FCKTools.GetStyleHtml( FCKConfig.EditorAreaCSS ) ) ; 39 document.write( FCKTools.GetStyleHtml( FCKConfig.EditorAreaStyles ) ) ; 40 40 41 41 if ( window.parent.FCKConfig.BaseHref.length > 0 ) … … 51 51 </script> 52 52 </head> 53 <body style="color: #000000; background-color: #ffffff">53 <body> 54 54 <div> 55 55 <a id="lnkPreview" onclick="return false;" style="cursor: default"> -
FCKeditor/trunk/_whatsnew.html
r2022 r2023 105 105 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2188">#2188</a>] PreserveSessionOnFileBrowser 106 106 is now removed as it was made obsolete with 2.6.</li> 107 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/898">#898</a>] The styles for the editing area 108 are applied in the image preview dialog.</li> 107 109 </ul> 108 110 <h3>