Files
fvsjs/templates/bulkmail.html
Torsten Schulz 44da93c0e9 initial
2023-06-16 11:57:49 +02:00

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>