12 lines
579 B
HTML
12 lines
579 B
HTML
<script src="/script/tinymce/tinymce.min.js" referrerpolicy="origin"></script>
|
|
<h2>Versende eine Email an alle aktiven Mitglieder</h2>
|
|
{{form}}
|
|
<script>
|
|
tinymce.init({
|
|
selector: 'textarea',
|
|
toolbar: 'undo redo | blocks fontfamily fontsize | bold italic underline strikethrough | link image media table mergetags | addcomment showcomments | spellcheckdialog a11ycheck typography | align lineheight | checklist numlist bullist indent outdent | emoticons charmap | removeformat',
|
|
tinycomments_mode: 'embedded',
|
|
promotion: false
|
|
});
|
|
</script>
|