r1773 - branches/bxe_2_0/js

[email protected] Wed, 7 Nov 2007 10:25:32 +0100 (CET)
Newsgroups gmane.editors.bitflux.cvs
Message-ID <[email protected]>
Author: chregu
Date: Wed Nov  7 10:25:31 2007
New Revision: 1773

Log:
fix BXEB-56 und BXEB-42

Darstellung Popup Menu


Modified:
   branches/bxe_2_0/js/bxeFunctions.js
   branches/bxe_2_0/js/widget.js

Modified: branches/bxe_2_0/js/bxeFunctions.js
==============================================================================
--- branches/bxe_2_0/js/bxeFunctions.js	(original)
+++ branches/bxe_2_0/js/bxeFunctions.js	Wed Nov  7 10:25:31 2007
@@ -918,11 +918,7 @@
 	}
 
 	if (node.vdom.bxeTabletype && (node.vdom.bxeTabletype == "table-cell" || node.vdom.bxeTabletype == "table-col" )) {
-			popup.addSeparator();
-		// merge right
-	//	popup.addSeparator();
-		
-		
+		popup.addSeparator(" Table Editing ");
 		//split
 		if (node._node.getAttribute("colspan") > 1) {
 		var menui = popup.addMenuItem(bxe_i18n.getText("Split right"), function(e) {

Modified: branches/bxe_2_0/js/widget.js
==============================================================================
--- branches/bxe_2_0/js/widget.js	(original)
+++ branches/bxe_2_0/js/widget.js	Wed Nov  7 10:25:31 2007
@@ -863,7 +863,7 @@
 		if (!(sel.isCollapsed) && node.getAttribute("__bxe_defaultcontent") != "true") {
 			var ac = nodeX.allowedChildren;
 			if (ac.length > 0) {
-				this.Popup.addSeparator("Formats");
+				this.Popup.addSeparator(" Make ");
 			}
 			for (i = 0; i < ac.length; i++) {
 				if (ac[i].nodeType != 3) {
-- 
Bx-editor-cvs mailing list
[email protected]
http://lists.bitflux.ch/cgi-bin/listinfo/bx-editor-cvs