{ "name" : "Pman.Dialog.LoginNotice", "parent" : "", "title" : "", "path" : "/home/edward/gitlive/Pman.BAdmin/Pman.Dialog.LoginNotice.bjs", "permname" : "", "modOrder" : "001", "strings" : { "095afbf2f1f0e5be678f5dac5c54e717" : "Access Denied", "24efa7ee4511563b16144f39706d594f" : "Notice" }, "items" : [ { "listeners" : { "show" : "function (_self)\n{\n _this.dialog.footerEl.setVisibilityMode(Roo.Element.DISPLAY).hide();\n \n var msg = String.format(\n 'Sorry your IP has been blocked from using this system. Please contact our administrator to resolve this.
' + \n '[ {0} ]',\n _this.data.ip\n );\n \n if(_this.data.status == 'NEW-IP-ADDRESS') {\n msg = String.format(\n 'Notify administrator that you have requested access.
' + \n '[ {0} ]',\n _this.data.ip\n );\n }\n \n if(_this.data.status == 'PENDING-IP-ADDRESS') {\n msg = String.format(\n 'Administrator has been notified, however you may want to contact them directly to get it approved.
' +\n '[ {0} ]',\n _this.data.ip\n );\n }\n \n _this.notice.el.dom.innerHTML = msg;\n}" }, "String cls" : "enable-overflow", "Boolean allow_close" : false, "xtype" : "Modal", "$ xns" : "Roo.bootstrap", "String title" : "Notice", "items" : [ { "xtype" : "Row", "$ xns" : "Roo.bootstrap", "items" : [ { "listeners" : { "render" : "function (_self)\n{\n _this.notice = this;\n}" }, "Number md" : 12, "xtype" : "Column", "$ xns" : "Roo.bootstrap", "String html" : "Access Denied", "String style" : "margin-bottom: 15px;" } ] } ] } ] }