Pman.Dialog.CoreEnum.bjs
[Pman.Core] / Pman.Dialog.CoreEnum.js
index 5a42d11..652bfa7 100644 (file)
@@ -102,7 +102,8 @@ Pman.Dialog.CoreEnum = {
                                     allowBlank : false,
                                     fieldLabel : 'Name',
                                     name : 'name',
-                                    width : 200
+                                    width : 200,
+                                    hidden : true
                                 },
                                 {
                                     xtype: 'TextField',
@@ -115,10 +116,9 @@ Pman.Dialog.CoreEnum = {
                                 {
                                     xtype: 'Checkbox',
                                     xns: Roo.form,
-                                    boxLabel : 'Yes/No',
                                     fieldLabel : 'Active',
                                     inputValue : 1,
-                                    name : 'visible',
+                                    name : 'active',
                                     value : 0,
                                     valueOff : 0
                                 },