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

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

index 82ba77e..5f4e41f 100644 (file)
                                         {
                                             "*prop": "colModel[]",
                                             "dataIndex": "curr_name",
-                                            "header": "Curr name",
+                                            "header": "Name",
                                             "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}",
                                         {
                                             "*prop": "colModel[]",
                                             "dataIndex": "curr_symbol",
-                                            "header": "Curr symbol",
+                                            "header": "Symbol",
                                             "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 56e1c64..4bec0ad 100644 (file)
@@ -140,7 +140,7 @@ Pman.Tab.XtupleCurrency = new Roo.XComponent({
                                     xtype: 'ColumnModel',
                                     xns: Roo.grid,
                                     dataIndex : 'curr_name',
-                                    header : 'Curr name',
+                                    header : 'Name',
                                     width : 200,
                                     renderer : function(v,x,r) { 
                                     
@@ -152,7 +152,7 @@ Pman.Tab.XtupleCurrency = new Roo.XComponent({
                                     xtype: 'ColumnModel',
                                     xns: Roo.grid,
                                     dataIndex : 'curr_symbol',
-                                    header : 'Curr symbol',
+                                    header : 'Symbol',
                                     width : 200,
                                     renderer : function(v,x,r) {