From cfee5e6ce9c87b6cd035d6cb6ebb4e486ca1580f Mon Sep 17 00:00:00 2001 From: Erik Amaru Ortiz Date: Thu, 9 Dec 2010 14:12:17 +0000 Subject: [PATCH] [2010-12-08 14:04:02] Rev:654 | 1 files Modified hector: hardcoded labels adjustment -------------------------------------------------------------------------------- 1. M /trunk/workflow/engine/xmlform/additionalTables/additionalTablesOptions.xml --- .../additionalTablesOptions.xml | 235 +++++++++--------- 1 file changed, 116 insertions(+), 119 deletions(-) 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 +