From: Alan Knowles Date: Thu, 15 Sep 2011 04:16:26 +0000 (+0800) Subject: Pman.Tab.AdminTranslations.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=f5406529532ce4696205c5ef98d0bb9f2df51d3c Pman.Tab.AdminTranslations.bjs --- diff --git a/Pman.Tab.AdminTranslations.bjs b/Pman.Tab.AdminTranslations.bjs index 06ca46a..ece7928 100644 --- a/Pman.Tab.AdminTranslations.bjs +++ b/Pman.Tab.AdminTranslations.bjs @@ -159,14 +159,13 @@ "*prop": "colModel[]" }, { - "xtype": "ColumnModel", + "*prop": "colModel[]", + "dataIndex": "txt", "header": "Translated (Click to Edit)", "width": 150, - "dataIndex": "txt", + "xtype": "ColumnModel", "|renderer": "function(v,x,r) { var c = '#666'; if (r.get('updated') < r.get('origupdated')) { c = 'red'; } return '
' + Ext.util.Format.htmlEncode(v) + '
'; }", - "listeners": {}, "|xns": "Roo.grid", - "*prop": "colModel[]", "items": [ { "xtype": "GridEditor",