From cc771a0270ee3becd3f8230473ae1abddac85445 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 4 May 2015 16:09:32 +0800 Subject: [PATCH] Pman.Dialog.CoreNotifyRecur.bjs Pman.Dialog.CoreNotifyRecur.js --- Pman.Dialog.CoreNotifyRecur.bjs | 2 +- Pman.Dialog.CoreNotifyRecur.js | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Pman.Dialog.CoreNotifyRecur.bjs b/Pman.Dialog.CoreNotifyRecur.bjs index 78d2696d..923df745 100644 --- a/Pman.Dialog.CoreNotifyRecur.bjs +++ b/Pman.Dialog.CoreNotifyRecur.bjs @@ -419,7 +419,7 @@ "xtype" : "ColumnModel", "header" : "Keywords", "width" : 75, - "$ renderer" : "function(v) { return String.format('{0}', v ? v : ''); }", + "$ renderer" : "function(v) { \n return String.format('{0}', v ? v : ''); \n}", "$ xns" : "Roo.grid", "* prop" : "colModel[]", "dataIndex" : "keyword_filters" diff --git a/Pman.Dialog.CoreNotifyRecur.js b/Pman.Dialog.CoreNotifyRecur.js index 426a3fbb..7fdd1350 100644 --- a/Pman.Dialog.CoreNotifyRecur.js +++ b/Pman.Dialog.CoreNotifyRecur.js @@ -707,7 +707,9 @@ Pman.Dialog.CoreNotifyRecur = { '|xns' : 'Roo.grid', dataIndex : 'keyword_filters', header : _this._strings['867343577fa1f33caa632a19543bd252'], - renderer : function(v) { return String.format('{0}', v ? v : ''); }, + renderer : function(v) { + return String.format('{0}', v ? v : ''); + }, width : 75, xns : Roo.grid, xtype : 'ColumnModel' -- 2.39.2