This commit is contained in:
Torsten Schulz
2023-06-16 11:57:49 +02:00
commit 44da93c0e9
328 changed files with 134580 additions and 0 deletions

11
templates/bulkmail.html Normal file
View File

@@ -0,0 +1,11 @@
<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>