From: edward Date: Thu, 15 Feb 2018 03:55:21 +0000 (+0800) Subject: Pman.Dialog.VerifyAccess.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=ff7f48cecd36e8c87ae6b230152a0f95aa88d02a Pman.Dialog.VerifyAccess.bjs Pman.Dialog.VerifyAccess.js --- diff --git a/Pman.Dialog.VerifyAccess.bjs b/Pman.Dialog.VerifyAccess.bjs index 81bbf282..28f183d5 100644 --- a/Pman.Dialog.VerifyAccess.bjs +++ b/Pman.Dialog.VerifyAccess.bjs @@ -76,30 +76,30 @@ "string fieldLabel" : "User Agent", "Number rows" : 3, "$ xns" : "Roo.bootstrap" - }, + } + ] + } + ] + }, + { + "listeners" : { + "render" : "function (_self)\n{\n _this.row_pwd_label = _self;\n}" + }, + "xtype" : "Row", + "$ xns" : "Roo.bootstrap", + "items" : [ + { + "xtype" : "Column", + "Number xs" : 12, + "$ xns" : "Roo.bootstrap", + "items" : [ { - "listeners" : { - "render" : "function (_self)\n{\n _this.row_pwd_label = _self;\n}" - }, - "xtype" : "Row", - "$ xns" : "Roo.bootstrap", - "items" : [ - { - "xtype" : "Column", - "Number xs" : 12, - "$ xns" : "Roo.bootstrap", - "items" : [ - { - "String name" : "user_agent", - "Boolean readOnly" : true, - "xtype" : "TextArea", - "string fieldLabel" : "User Agent", - "Number rows" : 3, - "$ xns" : "Roo.bootstrap" - } - ] - } - ] + "String name" : "user_agent", + "Boolean readOnly" : true, + "xtype" : "TextArea", + "string fieldLabel" : "User Agent", + "Number rows" : 3, + "$ xns" : "Roo.bootstrap" } ] } diff --git a/Pman.Dialog.VerifyAccess.js b/Pman.Dialog.VerifyAccess.js index 53fb50f4..aee6691c 100644 --- a/Pman.Dialog.VerifyAccess.js +++ b/Pman.Dialog.VerifyAccess.js @@ -263,36 +263,36 @@ Roo.apply(Pman.Dialog.VerifyAccess.prototype, { rows : 3, xns : Roo.bootstrap, '|xns' : 'Roo.bootstrap' - }, + } + ] + } + ] + }, + { + xtype : 'Row', + listeners : { + render : function (_self) + { + _this.row_pwd_label = _self; + } + }, + xns : Roo.bootstrap, + '|xns' : 'Roo.bootstrap', + items : [ + { + xtype : 'Column', + xs : 12, + xns : Roo.bootstrap, + '|xns' : 'Roo.bootstrap', + items : [ { - xtype : 'Row', - listeners : { - render : function (_self) - { - _this.row_pwd_label = _self; - } - }, + xtype : 'TextArea', + fieldLabel : _this._strings['dfb790522fdea3859af206d32916fe77'] /* User Agent */, + name : 'user_agent', + readOnly : true, + rows : 3, xns : Roo.bootstrap, - '|xns' : 'Roo.bootstrap', - items : [ - { - xtype : 'Column', - xs : 12, - xns : Roo.bootstrap, - '|xns' : 'Roo.bootstrap', - items : [ - { - xtype : 'TextArea', - fieldLabel : _this._strings['dfb790522fdea3859af206d32916fe77'] /* User Agent */, - name : 'user_agent', - readOnly : true, - rows : 3, - xns : Roo.bootstrap, - '|xns' : 'Roo.bootstrap' - } - ] - } - ] + '|xns' : 'Roo.bootstrap' } ] }