From ab046a6b4261929f4a0eb09a6f593f563f009ae3 Mon Sep 17 00:00:00 2001 From: edward Date: Wed, 21 Feb 2018 17:31:38 +0800 Subject: [PATCH] Pman.Dialog.VerifyAccess.bjs Pman.Dialog.VerifyAccess.js --- Pman.Dialog.VerifyAccess.bjs | 25 ------------------------ Pman.Dialog.VerifyAccess.js | 38 ------------------------------------ 2 files changed, 63 deletions(-) diff --git a/Pman.Dialog.VerifyAccess.bjs b/Pman.Dialog.VerifyAccess.bjs index 88bc566a..a9fe97d3 100644 --- a/Pman.Dialog.VerifyAccess.bjs +++ b/Pman.Dialog.VerifyAccess.bjs @@ -7,7 +7,6 @@ "modOrder" : "001", "strings" : { "e2c9d024b79dfb48b42a7807206c6aed" : "Verify New IP Access", - "d41d8cd98f00b204e9800998ecf8427e" : "", "a12a3079e14ced46e69ba52b8a90b21a" : "IP", "f6039d44b29456b20f8f373155ae4973" : "Username", "004bf6c9a40003140292e97330236c53" : "Action", @@ -172,30 +171,6 @@ } ] }, - { - "listeners" : { - "render" : "function (_self)\n{\n _this.error_row = this;\n \n this.el.setVisibilityMode(Roo.Element.DISPLAY);\n \n this.el.hide();\n}" - }, - "xtype" : "Row", - "$ xns" : "Roo.bootstrap", - "items" : [ - { - "xtype" : "Column", - "Number xs" : 12, - "$ xns" : "Roo.bootstrap", - "items" : [ - { - "listeners" : { - "render" : "function (_self)\n{\n _this.text_el = _self;\n}" - }, - "xtype" : "Element", - "$ xns" : "Roo.bootstrap", - "String html" : "" - } - ] - } - ] - }, { "listeners" : { "click" : "function (_self, e)\n{\n if(!_this.form.isValid()){\n return;\n }\n\n _this.dialog.el.mask('Sending...');\n _this.form.doAction('submit');\n \n}" diff --git a/Pman.Dialog.VerifyAccess.js b/Pman.Dialog.VerifyAccess.js index 769bb8cf..45f7613b 100644 --- a/Pman.Dialog.VerifyAccess.js +++ b/Pman.Dialog.VerifyAccess.js @@ -9,7 +9,6 @@ Roo.apply(Pman.Dialog.VerifyAccess.prototype, { _strings : { 'e2c9d024b79dfb48b42a7807206c6aed' :"Verify New IP Access", - 'd41d8cd98f00b204e9800998ecf8427e' :"", 'a12a3079e14ced46e69ba52b8a90b21a' :"IP", 'f6039d44b29456b20f8f373155ae4973' :"Username", '004bf6c9a40003140292e97330236c53' :"Action", @@ -346,43 +345,6 @@ Roo.apply(Pman.Dialog.VerifyAccess.prototype, { ] } ] - }, - { - xtype : 'Row', - listeners : { - render : function (_self) - { - _this.error_row = this; - - this.el.setVisibilityMode(Roo.Element.DISPLAY); - - this.el.hide(); - } - }, - xns : Roo.bootstrap, - '|xns' : 'Roo.bootstrap', - items : [ - { - xtype : 'Column', - xs : 12, - xns : Roo.bootstrap, - '|xns' : 'Roo.bootstrap', - items : [ - { - xtype : 'Element', - html : _this._strings['d41d8cd98f00b204e9800998ecf8427e'] /* */, - listeners : { - render : function (_self) - { - _this.text_el = _self; - } - }, - xns : Roo.bootstrap, - '|xns' : 'Roo.bootstrap' - } - ] - } - ] } ] } ); -- 2.39.2