diff --git a/o2web/source/x_component_process_Xform/$Form/default/icon/print_gray.png b/o2web/source/x_component_process_Xform/$Form/default/icon/print_gray.png new file mode 100644 index 0000000000000000000000000000000000000000..62baec7a73b8d5e77187bd5261fd0f7e56a2891b Binary files /dev/null and b/o2web/source/x_component_process_Xform/$Form/default/icon/print_gray.png differ diff --git a/o2web/source/x_component_process_Xform/Documenteditor.js b/o2web/source/x_component_process_Xform/Documenteditor.js index 659b5cd8f962d68e851f1391859d48a6c6a6ebdd..4f1046f959383e27ae9181bdd25ebaac8d018b4e 100644 --- a/o2web/source/x_component_process_Xform/Documenteditor.js +++ b/o2web/source/x_component_process_Xform/Documenteditor.js @@ -1456,7 +1456,8 @@ MWF.xApplication.process.Xform.Documenteditor = MWF.APPDocumenteditor = new Cla // } // return this.fullWidthFlagNode; // }, - _printDoc: function(){ + _printDoc: function(e,el){ + e.disable(); var scale = this.scale; this.toWord(function(data, filename){ if (filename){ @@ -1469,6 +1470,7 @@ MWF.xApplication.process.Xform.Documenteditor = MWF.APPDocumenteditor = new Cla } } this.scaleTo(scale); + e.enable(); }.bind(this), "", null, true); }, _historyDoc: function(){