From 190ac7a6c31761faa7735bfaef93bf56ce88c0b2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Wed, 23 Feb 2022 13:35:52 +0100 Subject: [PATCH] CKEditor: Platz f. Toolbox bei Langtext, E-Mail-Dialog und Konfig. periodische RGs --- js/kivi.SalesPurchase.js | 2 +- templates/webpages/common/_send_email_dialog.html | 2 +- templates/webpages/oe/edit_periodic_invoices_config.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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") %]

-- 2.20.1