Pman.Dialog.CoreEnum.bjs
authorEdward <edward@roojs.com>
Mon, 3 Mar 2014 09:30:40 +0000 (17:30 +0800)
committerEdward <edward@roojs.com>
Mon, 3 Mar 2014 09:30:40 +0000 (17:30 +0800)
Pman.Dialog.CoreEnum.js

Pman.Dialog.CoreEnum.bjs
Pman.Dialog.CoreEnum.js

index 8aaefdd..c995a4a 100644 (file)
@@ -63,7 +63,7 @@
                                 },
                                 {
                                     "boxLabel": "Yes/No",
-                                    "fieldLabel": "Is shown on site?",
+                                    "fieldLabel": "Active",
                                     "inputValue": 1,
                                     "name": "visible",
                                     "value": 0,
index fd2980b..5a42d11 100644 (file)
@@ -116,7 +116,7 @@ Pman.Dialog.CoreEnum = {
                                     xtype: 'Checkbox',
                                     xns: Roo.form,
                                     boxLabel : 'Yes/No',
-                                    fieldLabel : 'Is shown on site?',
+                                    fieldLabel : 'Active',
                                     inputValue : 1,
                                     name : 'visible',
                                     value : 0,