Revision b10de2f7
Von Sven Schöling vor 9 Monaten hinzugefügt
- ID b10de2f7ca73604f4512cbd4961c98c47d303f29
- Vorgänger d23cd605
templates/design40_webpages/common/_send_email_dialog.html | ||
---|---|---|
69 | 69 |
</tr> |
70 | 70 |
<tr> |
71 | 71 |
<th>[% LxERP.t8("Message") %] <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> </th> |
72 |
<td>[% L.textarea_tag("email_form.message", email_form.message, rows="15", class="texteditor texteditor-space-for-toolbar wi-wider") %]</td>
|
|
72 |
<td>[% L.textarea_tag("email_form.message", email_form.message, style="height:150px", class="texteditor texteditor-space-for-toolbar wi-wider") %]</td>
|
|
73 | 73 |
</tr> |
74 | 74 |
[% IF INSTANCE_CONF.get_doc_storage %] |
75 | 75 |
<tr> |
templates/webpages/common/_send_email_dialog.html | ||
---|---|---|
87 | 87 |
<th align="right" nowrap>[% LxERP.t8("Message") %] |
88 | 88 |
<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> |
89 | 89 |
</th> |
90 |
<td>[% L.textarea_tag("email_form.message", email_form.message, rows="15", cols="80", class="texteditor texteditor-space-for-toolbar") %]</td>
|
|
90 |
<td>[% L.textarea_tag("email_form.message", email_form.message, style="height:150px", class="texteditor texteditor-space-for-toolbar") %]</td>
|
|
91 | 91 |
</tr> |
92 | 92 |
|
93 | 93 |
[% IF INSTANCE_CONF.get_doc_storage %] |
Auch abrufbar als: Unified diff
ckeditor: Höhe im "Email senden" Dialog begrenzen