X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Pman.Dialog.CoreEnum.bjs;h=941d07eedc0fb4a634205e2238fff834a38dd340;hb=c711d090aa2e6f3dc7225ab3df62fd0f2a70217e;hp=c8528ecee4a63cf23a5863b6112c2ddccb0c5e78;hpb=0b7c591131be4d5988c7b0a49ccf28257c7ec7b3;p=Pman.Core diff --git a/Pman.Dialog.CoreEnum.bjs b/Pman.Dialog.CoreEnum.bjs index c8528ece..941d07ee 100644 --- a/Pman.Dialog.CoreEnum.bjs +++ b/Pman.Dialog.CoreEnum.bjs @@ -8,8 +8,11 @@ "strings" : { "518ad9ed87d3ca17e223a91604b464d5" : "Add / Edit Core Enum", "cfcd208495d565ef66e7dff9f98764da" : "0", + "b48968e1c912da07df5e8d6d246291ec" : "Display Name", "c4ca4238a0b923820dcc509a6f75849b" : "1", "ea4788705e6873b424c65e91c2846b19" : "Cancel", + "49ee3087348e8d44e1feda1917443987" : "Name", + "4d3d769b812b6faa6b76e1a8abaece2d" : "Active", "e0aa021e21dddbd6d8cecec71e9cf564" : "OK" }, "items" : [ @@ -35,9 +38,9 @@ "* prop" : "center" }, { - "background" : true, "region" : "center", "fitToFrame" : true, + "background" : true, "xtype" : "ContentPanel", "$ xns" : "Roo", "items" : [ @@ -47,14 +50,14 @@ "|rendered" : "function (form)\n{\n _this.form = form;\n}" }, "$ url" : "baseURL + '/Roo/core_enum.php'", - "xtype" : "Form", "method" : "POST", + "xtype" : "Form", "style" : "margin: 5px", "$ xns" : "Roo.form", "items" : [ { "fieldLabel" : "Name", - "hidden" : true, + "bool hidden" : true, "xtype" : "TextField", "allowBlank" : false, "actionMode" : "fieldEl", @@ -78,7 +81,7 @@ "Boolean checked" : true, "fieldLabel" : "Active", "inputValue" : 1, - "hidden" : false, + "hidden" : true, "value" : 1, "xtype" : "Checkbox", "valueOff" : 0,