From: Edward Date: Fri, 17 Apr 2015 03:20:10 +0000 (+0800) Subject: Pman.Dialog.CoreEnum.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=1cd078653525bc848fa865b27ef735786c25f553 Pman.Dialog.CoreEnum.bjs Pman.Dialog.CoreEnum.js --- diff --git a/Pman.Dialog.CoreEnum.bjs b/Pman.Dialog.CoreEnum.bjs index 301f60cd..88bcb2ce 100644 --- a/Pman.Dialog.CoreEnum.bjs +++ b/Pman.Dialog.CoreEnum.bjs @@ -8,6 +8,7 @@ "strings" : { "518ad9ed87d3ca17e223a91604b464d5" : "Add / Edit Core Enum", "cfcd208495d565ef66e7dff9f98764da" : "0", + "c4ca4238a0b923820dcc509a6f75849b" : "1", "ea4788705e6873b424c65e91c2846b19" : "Cancel", "e0aa021e21dddbd6d8cecec71e9cf564" : "OK" }, @@ -78,7 +79,7 @@ "fieldLabel" : "Active", "inputValue" : 1, "hidden" : false, - "value" : 0, + "value" : 1, "xtype" : "Checkbox", "valueOff" : 0, "$ xns" : "Roo.form", diff --git a/Pman.Dialog.CoreEnum.js b/Pman.Dialog.CoreEnum.js index 729bbf66..f77db28e 100644 --- a/Pman.Dialog.CoreEnum.js +++ b/Pman.Dialog.CoreEnum.js @@ -9,6 +9,7 @@ Pman.Dialog.CoreEnum = { _strings : { '518ad9ed87d3ca17e223a91604b464d5' :"Add / Edit Core Enum", 'cfcd208495d565ef66e7dff9f98764da' :"0", + 'c4ca4238a0b923820dcc509a6f75849b' :"1", 'ea4788705e6873b424c65e91c2846b19' :"Cancel", 'e0aa021e21dddbd6d8cecec71e9cf564' :"OK" }, @@ -184,7 +185,7 @@ Pman.Dialog.CoreEnum = { hidden : false, inputValue : 1, name : 'active', - value : 0, + value : 1, valueOff : 0, xns : Roo.form, xtype : 'Checkbox'