From: Bernd Bleßmann Date: Wed, 23 Feb 2022 12:35:52 +0000 (+0100) Subject: CKEditor: Platz f. Toolbox bei Langtext, E-Mail-Dialog und Konfig. periodische RGs X-Git-Tag: kivitendo-mebil_0.1-0~10^2~2^2~126 X-Git-Url: http://wagnertech.de/git?p=kivitendo-erp.git;a=commitdiff_plain;h=190ac7a6c31761faa7735bfaef93bf56ce88c0b2 CKEditor: Platz f. Toolbox bei Langtext, E-Mail-Dialog und Konfig. periodische RGs --- diff --git a/js/kivi.SalesPurchase.js b/js/kivi.SalesPurchase.js index 771351cf5..2b13dd866 100644 --- a/js/kivi.SalesPurchase.js +++ b/js/kivi.SalesPurchase.js @@ -18,7 +18,7 @@ namespace('kivi.SalesPurchase', function(ns) { this.edit_longdescription_with_params = function(params) { var $container = $('#popup_edit_longdescription_input_container'); - var $edit = $(''); + var $edit = $(''); $container.children().remove(); $container.append($edit); diff --git a/templates/webpages/common/_send_email_dialog.html b/templates/webpages/common/_send_email_dialog.html index 23cc1a9f7..b62164666 100644 --- a/templates/webpages/common/_send_email_dialog.html +++ b/templates/webpages/common/_send_email_dialog.html @@ -68,7 +68,7 @@ [% LxERP.t8("Message") %] [% L.link("generictranslations.pl?action=edit_email_strings", "1)", title=LxERP.t8('Tired of copying always nice phrases for this message? Click here to use the new preset message option!'), target="_blank") %] - [% L.textarea_tag("email_form.message", email_form.message, rows="15", cols="80", class="texteditor") %] + [% L.textarea_tag("email_form.message", email_form.message, rows="15", cols="80", class="texteditor texteditor-space-for-toolbar") %] [% IF INSTANCE_CONF.get_doc_storage %] diff --git a/templates/webpages/oe/edit_periodic_invoices_config.html b/templates/webpages/oe/edit_periodic_invoices_config.html index d7ee7263c..94aeb5ba3 100644 --- a/templates/webpages/oe/edit_periodic_invoices_config.html +++ b/templates/webpages/oe/edit_periodic_invoices_config.html @@ -141,7 +141,7 @@ [%- LxERP.t8("Message") %] - [% L.textarea_tag("email_body", config.email_body, disabled=!config.send_email, rows=8, style=style, class="texteditor") %] + [% L.textarea_tag("email_body", config.email_body, disabled=!config.send_email, rows=8, style=style, class="texteditor texteditor-space-for-toolbar") %]