fix #8131 - chinese translations
[Pman.Core] / Pman.Dialog.CoreEnum.bjs
index 2f6fbd7..6dd5f21 100644 (file)
@@ -2,7 +2,7 @@
  "name" : "Pman.Dialog.CoreEnum",
  "parent" : "",
  "title" : "",
- "path" : "/home/edward/gitlive/Pman.Core/Pman.Dialog.CoreEnum.bjs",
+ "path" : "/home/alan/gitlive/Pman.Core/Pman.Dialog.CoreEnum.bjs",
  "permname" : "",
  "modOrder" : "001",
  "strings" : {
@@ -45,9 +45,9 @@
      "* prop" : "center"
     },
     {
-     "background" : true,
      "region" : "center",
      "fitToFrame" : true,
+     "background" : true,
      "xtype" : "ContentPanel",
      "$ xns" : "Roo",
      "items" : [
@@ -79,7 +79,7 @@
          "fieldLabel" : "Display Name",
          "xtype" : "TextField",
          "allowBlank" : false,
-         "width" : 200,
+         "width" : 250,
          "$ xns" : "Roo.form",
          "name" : "display_name"
         },
     },
     {
      "listeners" : {
-      "|click" : "function() {\n\n    var name =     _this.form.findField('name').getValue();\n    name = name.toUpperCase().replace(/[^A-Z]+/g, '');\n    if (!name.length) {\n        Roo.MessageBox.alert(\"Error\",\"Please fill in a valid name\");\n        return;\n    }\n    _this.form.findField('name').setValue(name);\n \n    _this.form.doAction('submit');\n    \n}"
+      "|click" : "function() {\n\n    var name =     _this.form.findField('name').getValue();\n    name = name.toUpperCase().replace(/[^A-Z0-9]+/g, '');\n    if (!name.length) {\n        Roo.MessageBox.alert(\"Error\",\"Please fill in a valid name\");\n        return;\n    }\n    _this.form.findField('name').setValue(name);\n \n    _this.form.doAction('submit');\n    \n}"
      },
      "text" : "OK",
      "xtype" : "Button",