Pman.Tab.AdminNotify.bjs
authorEdward <edward@roojs.com>
Wed, 11 Feb 2015 05:58:59 +0000 (13:58 +0800)
committerEdward <edward@roojs.com>
Wed, 11 Feb 2015 05:58:59 +0000 (13:58 +0800)
Pman.Tab.AdminNotify.js

Pman.Tab.AdminNotify.bjs
Pman.Tab.AdminNotify.js

index 86a525c..d112083 100644 (file)
                             "xtype" : "ColumnModel",
                             "sortable" : true,
                             "header" : "Sent",
-                            "width" : 100,
+                            "width" : 150,
                             "$ renderer" : "function(v,x,r) {\n    if (r.data.event_id *1 == 0) {\n        return '';\n    }\n     return String.format('{0}', v ? v.format('d/M/Y H:i:s') : '');\n  }",
                             "$ xns" : "Roo.grid",
                             "* prop" : "colModel[]",
                         {
                             "xtype" : "ColumnModel",
                             "header" : "Ontable",
-                            "width" : 100,
+                            "width" : 150,
                             "$ renderer" : "function(v,x,r) { return String.format('{0}:{1}', v,r.data.onid); }",
                             "$ xns" : "Roo.grid",
                             "* prop" : "colModel[]",
index 34c6927..f6292a6 100644 (file)
@@ -377,7 +377,7 @@ Pman.Tab.AdminNotify = new Roo.XComponent({
                                xtype : 'ColumnModel',
                                sortable : true,
                                header : 'Sent',
-                               width : 100,
+                               width : 150,
                                renderer : function(v,x,r) {
                                    if (r.data.event_id *1 == 0) {
                                        return '';
@@ -391,7 +391,7 @@ Pman.Tab.AdminNotify = new Roo.XComponent({
                                '|xns' : 'Roo.grid',
                                xtype : 'ColumnModel',
                                header : 'Ontable',
-                               width : 100,
+                               width : 150,
                                renderer : function(v,x,r) { return String.format('{0}:{1}', v,r.data.onid); },
                                xns : Roo.grid,
                                dataIndex : 'ontable'