Index: /CKEditor/branches/features/bbcode/_source/plugins/bbcode/plugin.js
===================================================================
--- /CKEditor/branches/features/bbcode/_source/plugins/bbcode/plugin.js	(revision 6761)
+++ /CKEditor/branches/features/bbcode/_source/plugins/bbcode/plugin.js	(revision 6762)
@@ -26,12 +26,6 @@
 			tab.remove( 'cmbTarget' );
 			tab = definition.getContents( 'info' );
-			tab.remove( 'ratioLock' );
 			tab.remove( 'txtAlt' );
-			tab.remove( 'txtHeight' );
-			tab.remove( 'txtWidth' );
-			tab.remove( 'txtBorder' );
-			tab.remove( 'txtHSpace' );
-			tab.remove( 'txtVSpace' );
-			tab.remove( 'cmbAlign' );
+			tab.remove( 'basic' );
 		}
 		if ( name == 'numberedListStyle' )
Index: /CKEditor/branches/features/bbcode/_source/plugins/image/dialogs/image.js
===================================================================
--- /CKEditor/branches/features/bbcode/_source/plugins/image/dialogs/image.js	(revision 6761)
+++ /CKEditor/branches/features/bbcode/_source/plugins/image/dialogs/image.js	(revision 6762)
@@ -620,4 +620,5 @@
 							[
 								{
+									id : 'basic',
 									type : 'vbox',
 									children :
