Browse Source

fix save button in forums

Juan Carlos Raña 15 years ago
parent
commit
85300eb9ae

+ 4 - 0
main/inc/lib/fckeditor/editor/plugins/customizations/fckplugin.js

@@ -670,6 +670,10 @@ FCKSaveCommand.prototype.Execute = function()
 			if ( oForm.elements[i].getAttribute( 'class' )
 				// A workaround for the introduction sections.
 				|| oForm.elements[i].getAttribute( 'name' ) == 'intro_cmdUpdate' )
+				// and for Forums
+				|| oForm.elements[i].getAttribute( 'name' ) == 'SubmitForumCategory' )
+				|| oForm.elements[i].getAttribute( 'name' ) == 'SubmitForum' )
+				|| oForm.elements[i].getAttribute( 'name' ) == 'SubmitPost' )
 			{
 				try
 				{

File diff suppressed because it is too large
+ 0 - 0
main/inc/lib/fckeditor/editor/plugins/customizations/fckplugin_compressed.js


Some files were not shown because too many files changed in this diff