From 2391dd96fdc6eb2f196660f2305ba6b0aadb6cbf Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 15 Feb 2018 11:51:07 +0800 Subject: [PATCH] Pman.Dialog.VerifyAccess.bjs Pman.Dialog.VerifyAccess.js --- Pman.Dialog.VerifyAccess.bjs | 3 +++ Pman.Dialog.VerifyAccess.js | 3 +++ 2 files changed, 6 insertions(+) diff --git a/Pman.Dialog.VerifyAccess.bjs b/Pman.Dialog.VerifyAccess.bjs index abdf3b36..0d368293 100644 --- a/Pman.Dialog.VerifyAccess.bjs +++ b/Pman.Dialog.VerifyAccess.bjs @@ -10,6 +10,7 @@ "d41d8cd98f00b204e9800998ecf8427e" : "", "f6039d44b29456b20f8f373155ae4973" : "Username", "51eea3dc60ae3a0b1bb8188bc6337dc2" : "enter password", + "dfb790522fdea3859af206d32916fe77" : "User Agent", "1849ffc8731b5e74ae6157c91ba73575" : "Please confirm your password", "d71940f24ee38ee09f6e06b908480bcf" : "Resend email", "14cf5e829f5cb6fbf8cb54f7c5ff4ca9" : "Start the application process " @@ -71,8 +72,10 @@ "$ xns" : "Roo.bootstrap", "items" : [ { + "String name" : "user_agent", "Boolean readOnly" : true, "xtype" : "TextArea", + "string fieldLabel" : "User Agent", "$ xns" : "Roo.bootstrap" } ] diff --git a/Pman.Dialog.VerifyAccess.js b/Pman.Dialog.VerifyAccess.js index 1f9cce03..6f333d6e 100644 --- a/Pman.Dialog.VerifyAccess.js +++ b/Pman.Dialog.VerifyAccess.js @@ -12,6 +12,7 @@ Roo.apply(Pman.Dialog.VerifyAccess.prototype, { 'd41d8cd98f00b204e9800998ecf8427e' :"", 'f6039d44b29456b20f8f373155ae4973' :"Username", '51eea3dc60ae3a0b1bb8188bc6337dc2' :"enter password", + 'dfb790522fdea3859af206d32916fe77' :"User Agent", '1849ffc8731b5e74ae6157c91ba73575' :"Please confirm your password", 'd71940f24ee38ee09f6e06b908480bcf' :"Resend email", '14cf5e829f5cb6fbf8cb54f7c5ff4ca9' :"Start the application process " @@ -262,6 +263,8 @@ Roo.apply(Pman.Dialog.VerifyAccess.prototype, { items : [ { xtype : 'TextArea', + fieldLabel : _this._strings['dfb790522fdea3859af206d32916fe77'] /* User Agent */, + name : 'user_agent', readOnly : true, xns : Roo.bootstrap, '|xns' : 'Roo.bootstrap' -- 2.39.2