Pman.Tab.AdminProjectManager.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 25 Feb 2011 07:18:55 +0000 (15:18 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 25 Feb 2011 07:18:55 +0000 (15:18 +0800)
Pman.Tab.AdminProjectManager.js

index f8e4ab9..ef6161e 100644 (file)
@@ -630,30 +630,6 @@ Pman.Tab.AdminProjectManager = new Roo.util.Observable({
                                     width : 75,
                                     dataIndex : 'close_date',
                                     renderer : function(v) { return String.format('{0}', v ? v.format('d/M/Y') : ''); }
-                                },
-                                {
-                                    xtype: 'ColumnModel',
-                                    xns: Roo.grid,
-                                    header : 'Countries',
-                                    width : 200,
-                                    dataIndex : 'countries',
-                                    renderer : function(v) { return String.format('{0}', v); }
-                                },
-                                {
-                                    xtype: 'ColumnModel',
-                                    xns: Roo.grid,
-                                    header : 'Languages',
-                                    width : 200,
-                                    dataIndex : 'languages',
-                                    renderer : function(v) { return String.format('{0}', v); }
-                                },
-                                {
-                                    xtype: 'ColumnModel',
-                                    xns: Roo.grid,
-                                    header : 'Agency',
-                                    width : 75,
-                                    dataIndex : 'agency_id',
-                                    renderer : function(v) { return String.format('{0}', v); }
                                 }
                             ]
                         }