X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Pman.Dialog.VerifyAccess.bjs;h=a9fe97d37936c84f76e6f4466150be516c485425;hp=88bc566a5959b2b163c701f496682615d4da1611;hb=HEAD;hpb=6580b63bcdac93fce5574175d3c3e1745af31470 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}"