[geeklog-cvs] Geeklog-1.x/public_html/fckeditor/editor/dialog/fck_image fck_image.js, 1.8, 1.9 fck_image_preview.html, 1.5, 1.6

Blaine Lang blaine at qs1489.pair.com
Sun Aug 10 12:46:32 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/fckeditor/editor/dialog/fck_image
In directory qs1489.pair.com:/tmp/cvs-serv4567/editor/dialog/fck_image

Modified Files:
	fck_image.js fck_image_preview.html 
Log Message:
Upgrade to FCKeditor ver 2.6.3

Index: fck_image.js
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/fckeditor/editor/dialog/fck_image/fck_image.js,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** fck_image.js	5 May 2008 00:35:24 -0000	1.8
--- fck_image.js	10 Aug 2008 16:46:29 -0000	1.9
***************
*** 448,451 ****
--- 448,455 ----
  function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg )
  {
+ 	// Remove animation
+ 	window.parent.Throbber.Hide() ;
+ 	GetE( 'divUpload' ).style.display  = '' ;
+ 
  	switch ( errorNumber )
  	{
***************
*** 501,504 ****
--- 505,512 ----
  	}
  
+ 	// Show animation
+ 	window.parent.Throbber.Show( 100 ) ;
+ 	GetE( 'divUpload' ).style.display  = 'none' ;
+ 
  	return true ;
  }

Index: fck_image_preview.html
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/fckeditor/editor/dialog/fck_image/fck_image_preview.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** fck_image_preview.html	5 May 2008 00:35:24 -0000	1.5
--- fck_image_preview.html	10 Aug 2008 16:46:29 -0000	1.6
***************
*** 35,41 ****
  var FCKConfig	= window.parent.FCKConfig ;
  
! // Sets the Skin CSS
! document.write( FCKTools.GetStyleHtml( FCKConfig.SkinDialogCSS ) ) ;
! document.write( FCKTools.GetStyleHtml( GetCommonDialogCss( '../' ) ) ) ;
  
  if ( window.parent.FCKConfig.BaseHref.length > 0 )
--- 35,41 ----
  var FCKConfig	= window.parent.FCKConfig ;
  
! // Set the preview CSS
! document.write( FCKTools.GetStyleHtml( FCKConfig.EditorAreaCSS ) ) ;
! document.write( FCKTools.GetStyleHtml( FCKConfig.EditorAreaStyles ) ) ;
  
  if ( window.parent.FCKConfig.BaseHref.length > 0 )
***************
*** 51,55 ****
  	</script>
  </head>
! <body style="color: #000000; background-color: #ffffff">
  	<div>
  		<a id="lnkPreview" onclick="return false;" style="cursor: default">
--- 51,55 ----
  	</script>
  </head>
! <body>
  	<div>
  		<a id="lnkPreview" onclick="return false;" style="cursor: default">




More information about the geeklog-cvs mailing list