From a0815b8b3b30f6e7e975aaea0308487c020e7a49 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 15 Feb 2018 12:05:34 +0800 Subject: [PATCH] Pman.Dialog.VerifyAccess.bjs Pman.Dialog.VerifyAccess.js --- Pman.Dialog.VerifyAccess.bjs | 6 ++---- Pman.Dialog.VerifyAccess.js | 7 +------ 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/Pman.Dialog.VerifyAccess.bjs b/Pman.Dialog.VerifyAccess.bjs index 251a0402..98dd5f23 100644 --- a/Pman.Dialog.VerifyAccess.bjs +++ b/Pman.Dialog.VerifyAccess.bjs @@ -73,16 +73,14 @@ "xtype" : "TextArea", "string fieldLabel" : "User Agent", "Number rows" : 3, - "$ xns" : "Roo.bootstrap" + "$ xns" : "Roo.bootstrap", + "String style" : "margin-bottom: 15px;" } ] } ] }, { - "listeners" : { - "render" : "function (_self)\n{\n _this.row_pwd_label = _self;\n}" - }, "xtype" : "Row", "$ xns" : "Roo.bootstrap", "items" : [ diff --git a/Pman.Dialog.VerifyAccess.js b/Pman.Dialog.VerifyAccess.js index a0e8fb19..325ea8e6 100644 --- a/Pman.Dialog.VerifyAccess.js +++ b/Pman.Dialog.VerifyAccess.js @@ -256,6 +256,7 @@ Roo.apply(Pman.Dialog.VerifyAccess.prototype, { name : 'user_agent', readOnly : true, rows : 3, + style : 'margin-bottom: 15px;', xns : Roo.bootstrap, '|xns' : 'Roo.bootstrap' } @@ -265,12 +266,6 @@ Roo.apply(Pman.Dialog.VerifyAccess.prototype, { }, { xtype : 'Row', - listeners : { - render : function (_self) - { - _this.row_pwd_label = _self; - } - }, xns : Roo.bootstrap, '|xns' : 'Roo.bootstrap', items : [ -- 2.39.2