X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Foe%2Fedit_periodic_invoices_config.html;h=793d21b7612a1907b34610557423c743af0cdfb0;hb=232f9a39e89eb762ce23605230e810d2c5071cbc;hp=63cc7fa1c2bcde9b8aedd08c9602b78b1487aab7;hpb=9c5f94c0359a8f2c0dba93b5e9bdef99f332fcc8;p=kivitendo-erp.git diff --git a/templates/webpages/oe/edit_periodic_invoices_config.html b/templates/webpages/oe/edit_periodic_invoices_config.html index 63cc7fa1c..793d21b76 100644 --- a/templates/webpages/oe/edit_periodic_invoices_config.html +++ b/templates/webpages/oe/edit_periodic_invoices_config.html @@ -112,7 +112,7 @@ - [%- LxERP.t8("Sender") %] + [%- LxERP.t8("Sender") %]4 [% L.input_tag("email_sender", email_sender, disabled=!send_email, style=style) %] @@ -133,6 +133,7 @@

(1): [%- LxERP.t8('The end date is the last day for which invoices will possibly be created.') %]

(2): [% LxERP.t8("If missing then the start date will be used.") %]

(3): [% LxERP.t8("Multiple addresses can be entered separated by commas.") %]

+

(4): [% LxERP.t8("If left empty the default sender from the kivitendo configuration will be used (key 'email_from' in section 'periodic_invoices'; current value: #1).", HTML.escape(LXCONFIG.periodic_invoices.email_from)) %]

[% L.hidden_tag('action', 'save_periodic_invoices_config') %] @@ -154,7 +155,7 @@ var disabled = !$('#send_email').prop('checked'); $('#email_recipient_contact_id').prop('disabled', disabled); $('#email_recipient_address').prop('disabled', disabled); - $('#email_from').prop('disabled', disabled); + $('#email_sender').prop('disabled', disabled); $('#email_subject').prop('disabled', disabled); $('#email_body').prop('disabled', disabled); }