widgets/ActionBox.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 28 Feb 2013 16:41:16 +0000 (00:41 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 28 Feb 2013 16:41:16 +0000 (00:41 +0800)
widgets/ActionBox.js

index b426b3e..84ea364 100644 (file)
@@ -185,7 +185,7 @@ Roo.extend(Roo.box.KeyValShort, Roo.box.Link , {
         this.id = Roo.id();
         this.edid = Roo.id();
         return  String.format('<div id="{3}" class="x-action-prop-col-div">' + 
-                '<span style="font-weight: bolder;">{0}: </span><span id="{2}">{1}</span></div>', 
+                '<span style="font-weight: bolder;">{0}: </span><span id="{2}">{1}</span></div>', 
             this.key, this.value, this.edid,this.id);
     }
 });