initial
This commit is contained in:
11
templates/bulkmail.html
Normal file
11
templates/bulkmail.html
Normal 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>
|
||||
Reference in New Issue
Block a user