Builder/LeftTree.js
authorAlan Knowles <alan@akkbhome.com>
Sun, 16 May 2010 09:09:43 +0000 (17:09 +0800)
committerAlan Knowles <alan@akkbhome.com>
Sun, 16 May 2010 09:09:43 +0000 (17:09 +0800)
Builder/LeftTree.js

index 669dc73..8d11b9a 100755 (executable)
@@ -875,7 +875,7 @@ LeftTree = new XObject(
                             if (sr) txt.push('<s>');
                             if (typeof(c['*prop']) != 'undefined')   { txt.push(c['*prop']+ ':'); }
                             if (c.xtype)      { txt.push(c.xtype); }
-                            if (c.id)      { txt.push(['<b>[' c.id ']</b>'); }
+                            if (c.id)      { txt.push(['<b>[' + c.id + ']</b>'); }
                             if (c.fieldLabel) { txt.push('[' + c.fieldLabel + ']'); }
                             if (c.boxLabel)   { txt.push('[' + c.boxLabel + ']'); }