Pman.Tab.CoreOAuthClient.bjs
authorEdward <edward@roojs.com>
Wed, 25 Jun 2014 04:06:34 +0000 (12:06 +0800)
committerEdward <edward@roojs.com>
Wed, 25 Jun 2014 04:06:34 +0000 (12:06 +0800)
Pman.Tab.CoreOAuthClient.js

Pman.Tab.CoreOAuthClient.bjs
Pman.Tab.CoreOAuthClient.js

index bfa507d..a7c2556 100644 (file)
                                         {
                                             "*prop": "colModel[]",
                                             "dataIndex": "client_id",
-                                            "header": "Vouchered",
-                                            "width": 65,
+                                            "header": "Client ID",
+                                            "width": 150,
                                             "xtype": "ColumnModel",
                                             "|renderer": "function(v,x,r) { \n    return String.format(\n        r.data.poitem_qty_ordered != v ? '<span style=\"color:red\">{0}</span>':  '{0}',\n         v);\n}",
                                             "|xns": "Roo.grid",
index a8eeb6f..9549f43 100644 (file)
@@ -204,8 +204,8 @@ Pman.Tab.CoreOAuthClient = new Roo.XComponent({
                                     xtype: 'ColumnModel',
                                     xns: Roo.grid,
                                     dataIndex : 'client_id',
-                                    header : 'Vouchered',
-                                    width : 65,
+                                    header : 'Client ID',
+                                    width : 150,
                                     renderer : function(v,x,r) { 
                                         return String.format(
                                             r.data.poitem_qty_ordered != v ? '<span style="color:red">{0}</span>':  '{0}',