Pman.Dialog.BAdminPasswordReset.bjs
[Pman.BAdmin] / Pman.Dialog.BAdminPasswordReset.bjs
index 166a1fb..e3260e5 100644 (file)
@@ -27,6 +27,7 @@
    },
    "String cls" : "enable-overflow roo-bootstrap-dialog",
    "Boolean animate" : false,
+   "Boolean allow_close" : false,
    "title" : "Reset management password",
    "xtype" : "Modal",
    "buttonPosition" : "center",
@@ -34,7 +35,7 @@
    "items" : [
     {
      "listeners" : {
-      "click" : "function (_self, e)\n{\n    _this.dialog.el.select('.modal-content', true).first().mask('Sending...');\n    _this.form.doAction('submit');\n}"
+      "click" : "function (_self, e)\n{\n    _this.callback.call(_this, false);\n}"
      },
      "String weight" : "default",
      "xtype" : "Button",