From: edward Date: Thu, 15 Feb 2018 04:53:52 +0000 (+0800) Subject: Pman.Dialog.VerifyAccess.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=6025c5d09b39bf78ab7b27ab16d61e250ff6fabc Pman.Dialog.VerifyAccess.bjs Pman.Dialog.VerifyAccess.js --- diff --git a/Pman.Dialog.VerifyAccess.bjs b/Pman.Dialog.VerifyAccess.bjs index 4465a783..bb8f55d8 100644 --- a/Pman.Dialog.VerifyAccess.bjs +++ b/Pman.Dialog.VerifyAccess.bjs @@ -10,6 +10,7 @@ "d41d8cd98f00b204e9800998ecf8427e" : "", "f6039d44b29456b20f8f373155ae4973" : "Username", "004bf6c9a40003140292e97330236c53" : "Action", + "5a787141d53b573ec9b86e900bfe0d79" : "Expire Date", "dfb790522fdea3859af206d32916fe77" : "User Agent", "70d9be9b139893aa6c69b5e77e614311" : "Confirm" }, @@ -116,6 +117,7 @@ { "String name" : "expire_dt", "xtype" : "DateField", + "string fieldLabel" : "Expire Date", "$ xns" : "Roo.bootstrap" } ] diff --git a/Pman.Dialog.VerifyAccess.js b/Pman.Dialog.VerifyAccess.js index 9a21f516..96509f15 100644 --- a/Pman.Dialog.VerifyAccess.js +++ b/Pman.Dialog.VerifyAccess.js @@ -12,6 +12,7 @@ Roo.apply(Pman.Dialog.VerifyAccess.prototype, { 'd41d8cd98f00b204e9800998ecf8427e' :"", 'f6039d44b29456b20f8f373155ae4973' :"Username", '004bf6c9a40003140292e97330236c53' :"Action", + '5a787141d53b573ec9b86e900bfe0d79' :"Expire Date", 'dfb790522fdea3859af206d32916fe77' :"User Agent", '70d9be9b139893aa6c69b5e77e614311' :"Confirm" }, @@ -254,6 +255,7 @@ Roo.apply(Pman.Dialog.VerifyAccess.prototype, { items : [ { xtype : 'DateField', + fieldLabel : _this._strings['5a787141d53b573ec9b86e900bfe0d79'] /* Expire Date */, name : 'expire_dt', xns : Roo.bootstrap, '|xns' : 'Roo.bootstrap'