PHP8
[Pman.BAdmin] / Pman.Dialog.BAdminImportUrl.bjs
index 7631734..add2e64 100644 (file)
@@ -39,7 +39,7 @@
     },
     {
      "listeners" : {
-      "actionfailed" : "function (_self, action)\n{\n    if (action.type == 'submit') {\n    \n        Roo.log('failing');\n    }\n}",
+      "actionfailed" : "function (_self, action)\n{\n    if (action.type == 'submit') {\n        \n        Roo.bootstrap.MessageBox.alert(\"Cannot import from URL\", \"Invalid URL format\");\n    }\n}",
       "actioncomplete" : "function (_self, action)\n{\n     if (action.type == 'setdata') {\n        if(_this.data.target){\n            _this.form.url = baseURL + _this.data.target;\n        }\n       \n       \n       /*\r\n       if(_this.data.id*1 > 0) {\r\n           this.load({ method: 'GET', params: { '_id' : _this.data.id }});\n       }\r\n       */\r\n    }\n    \r\n    if (action.type == 'load') {\r\n        return;\r\n    }\n    \r\n    if (action.type =='submit') {\r\n        //action.result.data\r\n        _this.dialog.hide();\r\n        //Roo.log(_this.callback);\r\n         if (_this.callback) {\r\n            _this.callback.call(_this, action.result.data);\r\n         }\r\n         _this.form.reset();\r\n         return;\r\n    }\n}",
       "render" : "function (_self)\n{\n    _this.form = this;\n}"
      },