From: Alan Knowles Date: Wed, 28 Sep 2011 08:30:18 +0000 (+0800) Subject: Pman.Dialog.AdminWatch.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=91fe79f9db6c082ab37b17b9bd0d7f87a419c3ca Pman.Dialog.AdminWatch.bjs Pman.Dialog.AdminWatch.bjs Pman.Dialog.AdminWatch.js Pman.Dialog.AdminWatch.js --- diff --git a/Pman.Dialog.AdminWatch.bjs b/Pman.Dialog.AdminWatch.bjs index c8e1c8c..4d7441c 100644 --- a/Pman.Dialog.AdminWatch.bjs +++ b/Pman.Dialog.AdminWatch.bjs @@ -36,13 +36,6 @@ "style": "margin:10px;", "|url": "baseURL + '/Roo/core_watch.php'", "items": [ - { - "fieldLabel": "Ontable", - "name": "ontable", - "width": 200, - "|xns": "Roo.form", - "xtype": "TextField" - }, { "listeners": { "|select": "function (combo, record, index)\n{\n _this.grid.footer.onClick('first');\n}", diff --git a/Pman.Dialog.AdminWatch.js b/Pman.Dialog.AdminWatch.js index 769bf1e..14a8936 100644 --- a/Pman.Dialog.AdminWatch.js +++ b/Pman.Dialog.AdminWatch.js @@ -78,13 +78,6 @@ Pman.Dialog.AdminWatch = { style : 'margin:10px;', url : baseURL + '/Roo/core_watch.php', items : [ - { - xtype: 'TextField', - xns: Roo.form, - fieldLabel : 'Ontable', - name : 'ontable', - width : 200 - }, { xtype: 'ComboBox', xns: Roo.form,