function upload1(btn) { if ($("#blob1").val()) { swal({ title: "'.tr('Avviare la procedura?').'", type: "warning", showCancelButton: true, confirmButtonText: "'.tr('Sì').'" }).then(function (result) { var restore = buttonLoading(btn); $("#upload1").ajaxSubmit({ url: globals.rootdir + "/actions.php", data: { op: "save", id_module: "'.$id_module.'", id_plugin: "'.$id_plugin.'", }, type: "post", success: function(data){ swal("Caricamento completato!", "", "success"); $("#blob1").val(""); buttonRestore(btn, restore); }, error: function(xhr) { alert("'.tr('Errore').': " + xhr.responseJSON.error.message); buttonRestore(btn, restore); } }); }) } else { swal({ title: "'.tr('Selezionare un file!').'", type: "error", }) } } '; } else { if (!empty($record)) { include $structure->filepath('generate.php'); return; } echo ' '; } echo '

'.tr('Carica un file ZIP contenente i file XML').'

'; echo '

'.tr('Fatture da importare').'

'; // Ricerca automatica if (Interaction::isEnabled()) { echo ' '; } echo '
'; if (Interaction::isEnabled()) { echo '

'.tr('Per vedere le fatture da importare utilizza il pulsante _BUTTON_', [ '_BUTTON_' => '"'.tr('Ricerca fatture di acquisto').'"', ]).'.

'; } else { include $structure->filepath('list.php'); } echo '
';