From 2c6735f947cd754b5792975936861ea1bf2aaf90 Mon Sep 17 00:00:00 2001 From: Gustavo Cruz Date: Tue, 8 Jan 2013 10:41:01 -0400 Subject: [PATCH] Fixing the issue regarding the dropdown fonts-family and size --- .../jscripts/tiny_mce/plugins/pmVariablePicker/editor_plugin.js | 2 +- workflow/engine/xmlform/outputdocs/outputdocs_Edit.xml | 1 + workflow/engine/xmlform/outputdocs/outputdocs_Options.xml | 1 + workflow/engine/xmlform/processes/processes_FileEdit.xml | 1 + workflow/engine/xmlform/processes/processes_FilesOptions.xml | 1 + 5 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gulliver/js/tinymce/jscripts/tiny_mce/plugins/pmVariablePicker/editor_plugin.js b/gulliver/js/tinymce/jscripts/tiny_mce/plugins/pmVariablePicker/editor_plugin.js index 050c881ff..924681b9a 100644 --- a/gulliver/js/tinymce/jscripts/tiny_mce/plugins/pmVariablePicker/editor_plugin.js +++ b/gulliver/js/tinymce/jscripts/tiny_mce/plugins/pmVariablePicker/editor_plugin.js @@ -101,6 +101,6 @@ function updateEditorContent(serializedHTML){ * @param serializedHTML String the html code to be added. */ function insertFormVar(fieldName,serializedHTML){ - tinyMCEPopup.execCommand('mceInsertContent', false, serializedHTML); + tinyMCEPopup.execCommand('mceInsertContent', false, serializedHTML); closePluginPopup(); } diff --git a/workflow/engine/xmlform/outputdocs/outputdocs_Edit.xml b/workflow/engine/xmlform/outputdocs/outputdocs_Edit.xml index 427f8bd7e..38e7bfc69 100755 --- a/workflow/engine/xmlform/outputdocs/outputdocs_Edit.xml +++ b/workflow/engine/xmlform/outputdocs/outputdocs_Edit.xml @@ -19,6 +19,7 @@