Revision 13dbb277
Von Moritz Bunkus vor fast 3 Jahren hinzugefügt
templates/webpages/oe/edit_periodic_invoices_config.html | ||
---|---|---|
141 | 141 |
|
142 | 142 |
<tr> |
143 | 143 |
<th align="right" valign="top">[%- LxERP.t8("Message") %]</th> |
144 |
<td valign="top">[% L.textarea_tag("email_body", config.email_body, disabled=!config.send_email, rows=8, style=style) %]</td> |
|
144 |
<td valign="top">[% L.textarea_tag("email_body", config.email_body, disabled=!config.send_email, rows=8, style=style, class="texteditor") %]</td>
|
|
145 | 145 |
</tr> |
146 | 146 |
</table> |
147 | 147 |
</p> |
... | ... | |
168 | 168 |
$('#email_recipient_address').prop('disabled', disabled); |
169 | 169 |
$('#email_sender').prop('disabled', disabled); |
170 | 170 |
$('#email_subject').prop('disabled', disabled); |
171 |
$('#email_body').prop('disabled', disabled);
|
|
171 |
$('#email_body').data('ckeditorInstance').setReadOnly(disabled);
|
|
172 | 172 |
} |
173 | 173 |
--> |
174 | 174 |
</script> |
Auch abrufbar als: Unified diff
E-Mails als HTML verschicken: Bearbeiten wiederkehrende Rechnungen