DataObjects/Builder_tables.php
[Pman.Builder] / Pman.Dialog.BuilderImport.js
index 819d597..81bf609 100644 (file)
@@ -32,7 +32,7 @@ Pman.Dialog.BuilderImport = {
             xns: Roo,
             closable : false,
             collapsible : false,
-            height : 230,
+            height : 330,
             modal : true,
             resizable : false,
             title : "Edit / Create core_enum",
@@ -77,15 +77,15 @@ Pman.Dialog.BuilderImport = {
                             labelAlign : 'top',
                             method : 'POST',
                             style : 'margin:10px;',
-                            url : baseURL + '/Roo/core_enum.php',
+                            url : baseURL + '/Roo/builder_part',
                             items : [
                                 {
-                                    xtype: 'TextField',
+                                    xtype: 'TextArea',
                                     xns: Roo.form,
                                     fieldLabel : 'Paste BJS code from export',
                                     height : 200,
-                                    name : 'code',
-                                    width : 400
+                                    name : 'json',
+                                    width : 410
                                 },
                                 {
                                     xtype: 'Hidden',