From 9738107fde1f0cd7d5fa1dc97aeb975e249ebf7f Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 4 May 2015 13:40:41 +0800 Subject: [PATCH] Pman.Dialog.CoreNotifyRecur.bjs Pman.Dialog.CoreNotifyRecur.js --- Pman.Dialog.CoreNotifyRecur.bjs | 5 +++-- Pman.Dialog.CoreNotifyRecur.js | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Pman.Dialog.CoreNotifyRecur.bjs b/Pman.Dialog.CoreNotifyRecur.bjs index fa7f737e..7facb25a 100644 --- a/Pman.Dialog.CoreNotifyRecur.bjs +++ b/Pman.Dialog.CoreNotifyRecur.bjs @@ -13,6 +13,7 @@ "157e432ec303efd7d537b653cb255ccc" : "on day(s)", "236df51bb0e6416236e255b528346fca" : "Timezone", "44c68bed631ff6e62aecc4a4d32176e6" : "Select timezone", + "867343577fa1f33caa632a19543bd252" : "Keywords", "1243daf593fa297e07ab03bf06d925af" : "Searching...", "b26686c0a708faee42861d8b905e882e" : "Last Sent", "c1d32776cd2d2afcd2c45a52f58679f4" : "Modify Recurrent Notifications", @@ -416,9 +417,9 @@ }, { "xtype" : "ColumnModel", - "header" : "Last Sent", + "header" : "Keywords", "width" : 75, - "$ renderer" : "function(v) { return String.format('{0}', v ? v : 'never'); }", + "$ renderer" : "function(v) { return String.format('{0}', v ? v : ''); }", "$ xns" : "Roo.grid", "* prop" : "colModel[]", "dataIndex" : "last_event_id" diff --git a/Pman.Dialog.CoreNotifyRecur.js b/Pman.Dialog.CoreNotifyRecur.js index c8a1487b..18afa306 100644 --- a/Pman.Dialog.CoreNotifyRecur.js +++ b/Pman.Dialog.CoreNotifyRecur.js @@ -14,6 +14,7 @@ Pman.Dialog.CoreNotifyRecur = { '157e432ec303efd7d537b653cb255ccc' :"on day(s)", '236df51bb0e6416236e255b528346fca' :"Timezone", '44c68bed631ff6e62aecc4a4d32176e6' :"Select timezone", + '867343577fa1f33caa632a19543bd252' :"Keywords", '1243daf593fa297e07ab03bf06d925af' :"Searching...", 'b26686c0a708faee42861d8b905e882e' :"Last Sent", 'c1d32776cd2d2afcd2c45a52f58679f4' :"Modify Recurrent Notifications", @@ -705,8 +706,8 @@ Pman.Dialog.CoreNotifyRecur = { { '|xns' : 'Roo.grid', dataIndex : 'last_event_id', - header : _this._strings['b26686c0a708faee42861d8b905e882e'], - renderer : function(v) { return String.format('{0}', v ? v : 'never'); }, + header : _this._strings['867343577fa1f33caa632a19543bd252'], + renderer : function(v) { return String.format('{0}', v ? v : ''); }, width : 75, xns : Roo.grid, xtype : 'ColumnModel' -- 2.39.2