Pman.Dialog.CoreColumnConfig.bjs
authorAlan Knowles <alan@roojs.com>
Mon, 26 Apr 2021 07:13:25 +0000 (15:13 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 26 Apr 2021 07:13:25 +0000 (15:13 +0800)
Pman.Dialog.CoreColumnConfig.js

Pman.Dialog.CoreColumnConfig.bjs
Pman.Dialog.CoreColumnConfig.js

index b41e28e..afae1dd 100644 (file)
@@ -10,7 +10,7 @@
   "ea4788705e6873b424c65e91c2846b19" : "Cancel",
   "c40cab5f875bb6c270d800eff77a4af0" : "Save Column Configuration",
   "b5a7adde1af5c87d7fd797b6245c2a39" : "Description",
-  "efa9ac37eef927f562d9102c1f7f09ed" : "SaVE"
+  "c9cc8cce247e49bae79f15173ce97354" : "Save"
  },
  "named_strings" : {
   "description_fieldLabel" : "b5a7adde1af5c87d7fd797b6245c2a39",
@@ -30,7 +30,7 @@
    "$ xns" : "Roo",
    "closable" : false,
    "resizable" : false,
-   "height" : 150,
+   "height" : 110,
    "items" : [
     {
      "xtype" : "LayoutRegion",
      "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}"
      },
-     "text" : "SaVE",
+     "text" : "Save",
      "xtype" : "Button",
      "$ xns" : "Roo",
      "* prop" : "buttons[]"
index ba5d0f0..2edccaa 100644 (file)
@@ -11,7 +11,7 @@ Pman.Dialog.CoreColumnConfig = {
   'ea4788705e6873b424c65e91c2846b19' :"Cancel",
   'c40cab5f875bb6c270d800eff77a4af0' :"Save Column Configuration",
   'b5a7adde1af5c87d7fd797b6245c2a39' :"Description",
-  'efa9ac37eef927f562d9102c1f7f09ed' :"SaVE"
+  'c9cc8cce247e49bae79f15173ce97354' :"Save"
  },
  _named_strings : {
   'description_fieldLabel' : 'b5a7adde1af5c87d7fd797b6245c2a39' /* Description */ ,
@@ -46,7 +46,7 @@ Pman.Dialog.CoreColumnConfig = {
     background : true,
     closable : false,
     collapsible : false,
-    height : 150,
+    height : 110,
     modal : true,
     resizable : false,
     title : _this._strings['c40cab5f875bb6c270d800eff77a4af0'] /* Save Column Configuration */,
@@ -80,7 +80,7 @@ Pman.Dialog.CoreColumnConfig = {
      },
      {
       xtype : 'Button',
-      text : _this._strings['efa9ac37eef927f562d9102c1f7f09ed'] /* SaVE */,
+      text : _this._strings['c9cc8cce247e49bae79f15173ce97354'] /* Save */,
       listeners : {
        click : function() {