Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 784af9c2

Von Sven Schöling vor etwa 1 Jahr hinzugefügt

  • ID 784af9c26a4fdb20e75468b4af54635a2a65622b
  • Vorgänger 73e061df
  • Nachfolger d4562e5d

ckeditor: Höhe im "Email senden" Dialog begrenzen

Unterschiede anzeigen:

templates/design40_webpages/common/_send_email_dialog.html
</tr>
<tr>
<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>
<td>[% L.textarea_tag("email_form.message", email_form.message, rows="15", class="texteditor texteditor-space-for-toolbar wi-wider") %]</td>
<td>[% L.textarea_tag("email_form.message", email_form.message, style="height:150px", class="texteditor texteditor-space-for-toolbar wi-wider") %]</td>
</tr>
[% IF INSTANCE_CONF.get_doc_storage %]
<tr>
templates/webpages/common/_send_email_dialog.html
<th align="right" nowrap>[% 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>
<td>[% L.textarea_tag("email_form.message", email_form.message, rows="15", cols="80", class="texteditor texteditor-space-for-toolbar") %]</td>
<td>[% L.textarea_tag("email_form.message", email_form.message, style="height:150px", class="texteditor texteditor-space-for-toolbar") %]</td>
</tr>
[% IF INSTANCE_CONF.get_doc_storage %]

Auch abrufbar als: Unified diff