Ticket #898: 898.patch
File 898.patch, 1.6 KB (added by , 15 years ago) |
---|
-
_whatsnew.html
88 88 paragraphs in the output.</li> 89 89 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2184">#2184</a>] Fixed several validation 90 90 errors in the File Browser.</li> 91 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/898">#898</a>] The styles for the editing area 92 are applied in the image preview dialog.</li> 91 93 </ul> 92 94 <h3> 93 95 Version 2.6</h3> -
editor/dialog/fck_image/fck_image_preview.html
34 34 var FCKTools = window.parent.FCKTools ; 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 ) 42 42 document.write( '<base href="' + window.parent.FCKConfig.BaseHref + '">' ) ; … … 50 50 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"> 56 56 <img id="imgPreview" onload="window.parent.UpdateOriginal();"