Pman.Tab.XtupleCurrency.bjs
authorAlan Knowles <alan@roojs.com>
Mon, 23 Dec 2013 10:41:01 +0000 (18:41 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 23 Dec 2013 10:41:01 +0000 (18:41 +0800)
Pman.Tab.XtupleCurrency.js

Pman.Tab.XtupleCurrency.bjs
Pman.Tab.XtupleCurrency.js

index 5f4e41f..b8ca61e 100644 (file)
                                         {
                                             "*prop": "colModel[]",
                                             "dataIndex": "curr_abbr",
-                                            "header": "Curr abbr",
+                                            "header": "Abbr.",
                                             "width": 200,
                                             "xtype": "ColumnModel",
                                             "|renderer": "function(v,x,r) { \n\n    return String.format(r.data.curr_base*1 ? '<span style=\"color:red\">{0}</span>' : '{0}', v); \n    \n}",
index 4bec0ad..108606a 100644 (file)
@@ -164,7 +164,7 @@ Pman.Tab.XtupleCurrency = new Roo.XComponent({
                                     xtype: 'ColumnModel',
                                     xns: Roo.grid,
                                     dataIndex : 'curr_abbr',
-                                    header : 'Curr abbr',
+                                    header : 'Abbr.',
                                     width : 200,
                                     renderer : function(v,x,r) {