diff --git a/workflow/engine/xmlform/additionalTables/additionalTablesOptions.xml b/workflow/engine/xmlform/additionalTables/additionalTablesOptions.xml
index cc77bbd49..b1cf8d69c 100644
--- a/workflow/engine/xmlform/additionalTables/additionalTablesOptions.xml
+++ b/workflow/engine/xmlform/additionalTables/additionalTablesOptions.xml
@@ -1,119 +1,116 @@
-
-
-
-
- New
-
-
- Import
-
-
- Export
-
-
-
-
- 1){
- alert(G_STRINGS.ID_CLASS_TABLE_DOESNT_EXIST);return false;
- //new leimnud.module.app.alert().make({label: '@G::LoadTranslation(ID_CLASS_TABLE_DOESNT_EXIST)' + answer });
- //return 0;
- }
-
-
- exportPanel.loader.show();
- var oRPC = new leimnud.module.rpc.xmlhttp({
- url : 'additionalTablesAjax',
- args : 'action=doExport&tables='+checks_selected_ids+'&schema='+checks_selected_schema+"&data="+checks_selected_data
- });
- exportPanel.clearContent();
- exportPanel.loader.show();
- oRPC.callback = function(rpc) {
- exportPanel.loader.hide();
- var scs=rpc.xmlhttp.responseText.extractScript();
- exportPanel.addContent(rpc.xmlhttp.responseText);
- scs.evalScript();
- }.extend(this);
- resetChecks();
- oRPC.make();
-}
-
-function in_arrayx(a, e){
- for(j=0; j
-
\ No newline at end of file
+
+
+
+ New
+
+
+ Import
+
+
+ Export
+
+
+ 1){
+ alert(G_STRINGS.ID_CLASS_TABLE_DOESNT_EXIST);return false;
+ //new leimnud.module.app.alert().make({label: '@G::LoadTranslation(ID_CLASS_TABLE_DOESNT_EXIST)' + answer });
+ //return 0;
+ }
+
+
+ exportPanel.loader.show();
+ var oRPC = new leimnud.module.rpc.xmlhttp({
+ url : 'additionalTablesAjax',
+ args : 'action=doExport&tables='+checks_selected_ids+'&schema='+checks_selected_schema+"&data="+checks_selected_data
+ });
+ exportPanel.clearContent();
+ exportPanel.loader.show();
+ oRPC.callback = function(rpc) {
+ exportPanel.loader.hide();
+ var scs=rpc.xmlhttp.responseText.extractScript();
+ exportPanel.addContent(rpc.xmlhttp.responseText);
+ scs.evalScript();
+ }.extend(this);
+ resetChecks();
+ oRPC.make();
+}
+
+function in_arrayx(a, e){
+ for(j=0; j
+