Pman.Tab.AdminTranslations.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 15 Sep 2011 04:16:26 +0000 (12:16 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 15 Sep 2011 04:16:26 +0000 (12:16 +0800)
Pman.Tab.AdminTranslations.js

index d585255..cc26d18 100644 (file)
@@ -277,9 +277,9 @@ Pman.Tab.AdminTranslations = new Roo.util.Observable({
                                 {
                                     xtype: 'ColumnModel',
                                     xns: Roo.grid,
+                                    dataIndex : 'txt',
                                     header : 'Translated (Click to Edit)',
                                     width : 150,
-                                    dataIndex : 'txt',
                                     renderer : function(v,x,r) {                                                   var c = '#666';                         if (r.get('updated') < r.get('origupdated')) {                             c = 'red';                         }                                                  return '<div style="color:' + c+ '">' + Ext.util.Format.htmlEncode(v) + '</div>';                     },
                                     editor : {
                                         xtype: 'GridEditor',