From: Alan Knowles Date: Wed, 16 May 2012 10:48:34 +0000 (+0800) Subject: Pman.Dialog.CoreNotifyRecur.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=b0c2a5df872cb39619d0bf0f3d9e88cd1b769909 Pman.Dialog.CoreNotifyRecur.bjs Pman.Dialog.CoreNotifyRecur.js --- diff --git a/Pman.Dialog.CoreNotifyRecur.bjs b/Pman.Dialog.CoreNotifyRecur.bjs index a54ec335..b89909f9 100644 --- a/Pman.Dialog.CoreNotifyRecur.bjs +++ b/Pman.Dialog.CoreNotifyRecur.bjs @@ -316,13 +316,13 @@ ] }, { - "xtype": "ColumnModel", - "header": "Last event", - "width": 75, + "*prop": "colModel[]", "dataIndex": "last_event_id", + "header": "Last Sent", + "width": 75, + "xtype": "ColumnModel", "|renderer": "function(v) { return String.format('{0}', v); }", - "|xns": "Roo.grid", - "*prop": "colModel[]" + "|xns": "Roo.grid" } ] } diff --git a/Pman.Dialog.CoreNotifyRecur.js b/Pman.Dialog.CoreNotifyRecur.js index f35ca727..c06c2e8f 100644 --- a/Pman.Dialog.CoreNotifyRecur.js +++ b/Pman.Dialog.CoreNotifyRecur.js @@ -512,9 +512,9 @@ Pman.Dialog.CoreNotifyRecur = { { xtype: 'ColumnModel', xns: Roo.grid, - header : 'Last event', - width : 75, dataIndex : 'last_event_id', + header : 'Last Sent', + width : 75, renderer : function(v) { return String.format('{0}', v); } } ]