From af23d758554fbbfeee5b67deddc85d80cc155a8a Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 11 Feb 2015 14:23:28 +0800 Subject: [PATCH] Pman.Tab.AdminNotify.bjs Pman.Tab.AdminNotify.js --- Pman.Tab.AdminNotify.bjs | 2 +- Pman.Tab.AdminNotify.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman.Tab.AdminNotify.bjs b/Pman.Tab.AdminNotify.bjs index d117cbb..a03e242 100644 --- a/Pman.Tab.AdminNotify.bjs +++ b/Pman.Tab.AdminNotify.bjs @@ -138,7 +138,7 @@ }, { "listeners" : { - "render" : "function (_self)\r\n{\r\n _this.dateSel = _self;\r\n _self.setValue( new Date() );\r\n}", + "render" : "function (_self)\r\n{\r\n _this.fromDateSel = _self;\r\n _self.setValue( new Date() );\r\n}", "select" : "function (combo, date)\n{\n _this.grid.footer.onClick('first');\n}" }, "format" : "d/M/Y", diff --git a/Pman.Tab.AdminNotify.js b/Pman.Tab.AdminNotify.js index c1a99ca..2e5a7a4 100644 --- a/Pman.Tab.AdminNotify.js +++ b/Pman.Tab.AdminNotify.js @@ -317,7 +317,7 @@ Pman.Tab.AdminNotify = new Roo.XComponent({ listeners : { render : function (_self) { - _this.dateSel = _self; + _this.fromDateSel = _self; _self.setValue( new Date() ); }, select : function (combo, date) -- 2.39.2