From 14222d019d925a9b1a75941ab4388b28998543a0 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 15 Feb 2018 12:07:43 +0800 Subject: [PATCH] Pman.Dialog.VerifyAccess.bjs Pman.Dialog.VerifyAccess.js --- Pman.Dialog.VerifyAccess.bjs | 8 ++++---- Pman.Dialog.VerifyAccess.js | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Pman.Dialog.VerifyAccess.bjs b/Pman.Dialog.VerifyAccess.bjs index 3d540fd8..067eda90 100644 --- a/Pman.Dialog.VerifyAccess.bjs +++ b/Pman.Dialog.VerifyAccess.bjs @@ -6,13 +6,13 @@ "permname" : "", "modOrder" : "001", "strings" : { + "294176b7ee742a4fcfe2085448e6f138" : "Cacel", "e2c9d024b79dfb48b42a7807206c6aed" : "Verify New IP Access", "d41d8cd98f00b204e9800998ecf8427e" : "", "f6039d44b29456b20f8f373155ae4973" : "Username", "004bf6c9a40003140292e97330236c53" : "Action", "dfb790522fdea3859af206d32916fe77" : "User Agent", - "d71940f24ee38ee09f6e06b908480bcf" : "Resend email", - "14cf5e829f5cb6fbf8cb54f7c5ff4ca9" : "Start the application process " + "70d9be9b139893aa6c69b5e77e614311" : "Confirm" }, "items" : [ { @@ -176,7 +176,7 @@ "String weight" : "primary", "xtype" : "Button", "$ xns" : "Roo.bootstrap", - "String html" : "Start the application process ", + "String html" : "Confirm", "* prop" : "buttons[]" }, { @@ -187,7 +187,7 @@ "String weight" : "primary", "xtype" : "Button", "$ xns" : "Roo.bootstrap", - "String html" : "Resend email", + "String html" : "Cacel", "* prop" : "buttons[]" } ] diff --git a/Pman.Dialog.VerifyAccess.js b/Pman.Dialog.VerifyAccess.js index 1200e815..febcee38 100644 --- a/Pman.Dialog.VerifyAccess.js +++ b/Pman.Dialog.VerifyAccess.js @@ -8,13 +8,13 @@ Pman.Dialog.VerifyAccess= function() {} Roo.apply(Pman.Dialog.VerifyAccess.prototype, { _strings : { + '294176b7ee742a4fcfe2085448e6f138' :"Cacel", 'e2c9d024b79dfb48b42a7807206c6aed' :"Verify New IP Access", 'd41d8cd98f00b204e9800998ecf8427e' :"", 'f6039d44b29456b20f8f373155ae4973' :"Username", '004bf6c9a40003140292e97330236c53' :"Action", 'dfb790522fdea3859af206d32916fe77' :"User Agent", - 'd71940f24ee38ee09f6e06b908480bcf' :"Resend email", - '14cf5e829f5cb6fbf8cb54f7c5ff4ca9' :"Start the application process " + '70d9be9b139893aa6c69b5e77e614311' :"Confirm" }, dialog : false, @@ -87,7 +87,7 @@ Roo.apply(Pman.Dialog.VerifyAccess.prototype, { buttons : [ { xtype : 'Button', - html : _this._strings['14cf5e829f5cb6fbf8cb54f7c5ff4ca9'] /* Start the application process */, + html : _this._strings['70d9be9b139893aa6c69b5e77e614311'] /* Confirm */, weight : 'primary', listeners : { click : function (_self, e) @@ -106,7 +106,7 @@ Roo.apply(Pman.Dialog.VerifyAccess.prototype, { }, { xtype : 'Button', - html : _this._strings['d71940f24ee38ee09f6e06b908480bcf'] /* Resend email */, + html : _this._strings['294176b7ee742a4fcfe2085448e6f138'] /* Cacel */, weight : 'primary', listeners : { click : function (_self, e) -- 2.39.2