- added link option

- styling
This commit is contained in:
ma0048
2023-09-14 11:56:26 +02:00
parent 25313a8f52
commit 91f3197c24
8 changed files with 35 additions and 7 deletions
@@ -68,7 +68,7 @@
<?php echo ucfirst($this->p->t('global', 'nachricht')); ?>:
</label>
<textarea id="bodyTextArea" name="body">
<textarea id="bodyTextArea" class="bodyTextArea" name="body">
<?php echo $body; ?>
@@ -180,7 +180,7 @@
</div>
</div>
<br>
<textarea id="tinymcePreview"></textarea>
<textarea id="tinymcePreview" class="tinymcePreview"></textarea>
</div>
<?php echo $recipients_ids; ?>