Pman.Dialog.VerifyAccess.bjs
[Pman.Core] / Pman.Dialog.VerifyAccess.bjs
index e355bb8..8f825f1 100644 (file)
@@ -9,9 +9,7 @@
   "e2c9d024b79dfb48b42a7807206c6aed" : "Verify New IP Access",
   "d41d8cd98f00b204e9800998ecf8427e" : "",
   "f6039d44b29456b20f8f373155ae4973" : "Username",
-  "51eea3dc60ae3a0b1bb8188bc6337dc2" : "enter password",
   "dfb790522fdea3859af206d32916fe77" : "User Agent",
-  "1849ffc8731b5e74ae6157c91ba73575" : "Please confirm your password",
   "d71940f24ee38ee09f6e06b908480bcf" : "Resend email",
   "14cf5e829f5cb6fbf8cb54f7c5ff4ca9" : "Start the application process   "
  },
@@ -53,7 +51,6 @@
            "Boolean readOnly" : true,
            "xtype" : "Input",
            "string fieldLabel" : "Username",
-           "String labelAlign" : "top",
            "$ xns" : "Roo.bootstrap"
           }
          ]
         }
        ]
       },
-      {
-       "listeners" : {
-        "render" : "function (_self)\n{\n    _this.row_pwd1 = _self;\n}"
-       },
-       "xtype" : "Row",
-       "$ xns" : "Roo.bootstrap",
-       "items" : [
-        {
-         "xtype" : "Column",
-         "Number xs" : 12,
-         "$ xns" : "Roo.bootstrap",
-         "items" : [
-          {
-           "Boolean allowBlank" : false,
-           "String name" : "password",
-           "xtype" : "SecurePass",
-           "String labelAlign" : "top",
-           "string placeholder" : "enter password",
-           "String inputType" : "password",
-           "$ xns" : "Roo.bootstrap"
-          }
-         ]
-        }
-       ]
-      },
-      {
-       "listeners" : {
-        "render" : "function (_self)\n{\n    _this.row_pwd2 = _self;\n}"
-       },
-       "xtype" : "Row",
-       "$ xns" : "Roo.bootstrap",
-       "items" : [
-        {
-         "xtype" : "Column",
-         "Number xs" : 12,
-         "$ xns" : "Roo.bootstrap",
-         "items" : [
-          {
-           "Boolean allowBlank" : false,
-           "string invalidText" : "The passwords you entered do not match",
-           "String name" : "password1",
-           "xtype" : "Input",
-           "string placeholder" : "Please confirm your password",
-           "String inputType" : "password",
-           "$ xns" : "Roo.bootstrap",
-           "$ Function validator" : "function(v){\n    \n    if(_this.form.findField('password').getValue() == v) {\n        \n        return true;\n    }\n    \n    return false;\n}"
-          }
-         ]
-        }
-       ]
-      },
       {
        "xtype" : "Row",
        "$ xns" : "Roo.bootstrap",