Revision 190ac7a6
Von Bernd Bleßmann vor fast 3 Jahren hinzugefügt
js/kivi.SalesPurchase.js | ||
---|---|---|
18 | 18 |
|
19 | 19 |
this.edit_longdescription_with_params = function(params) { |
20 | 20 |
var $container = $('#popup_edit_longdescription_input_container'); |
21 |
var $edit = $('<textarea id="popup_edit_longdescription_input" class="texteditor-in-dialog" wrap="soft" style="width: 750px; height: 220px;"></textarea>'); |
|
21 |
var $edit = $('<textarea id="popup_edit_longdescription_input" class="texteditor-in-dialog texteditor-space-for-toolbar" wrap="soft" style="width: 750px; height: 220px;"></textarea>');
|
|
22 | 22 |
|
23 | 23 |
$container.children().remove(); |
24 | 24 |
$container.append($edit); |
templates/webpages/common/_send_email_dialog.html | ||
---|---|---|
68 | 68 |
<th align="right" nowrap>[% LxERP.t8("Message") %] |
69 | 69 |
<sup> [% 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") %]</sup> |
70 | 70 |
</th> |
71 |
<td>[% L.textarea_tag("email_form.message", email_form.message, rows="15", cols="80", class="texteditor") %]</td> |
|
71 |
<td>[% L.textarea_tag("email_form.message", email_form.message, rows="15", cols="80", class="texteditor texteditor-space-for-toolbar") %]</td>
|
|
72 | 72 |
</tr> |
73 | 73 |
|
74 | 74 |
[% IF INSTANCE_CONF.get_doc_storage %] |
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, class="texteditor") %]</td> |
|
144 |
<td valign="top">[% L.textarea_tag("email_body", config.email_body, disabled=!config.send_email, rows=8, style=style, class="texteditor texteditor-space-for-toolbar") %]</td>
|
|
145 | 145 |
</tr> |
146 | 146 |
</table> |
147 | 147 |
</p> |
Auch abrufbar als: Unified diff
CKEditor: Platz f. Toolbox bei Langtext, E-Mail-Dialog und Konfig. periodische RGs