diff --git a/CHANGES.md b/CHANGES.md index 26495f59..3c14e668 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,7 +10,7 @@ - réinitialisation du décompte de vérification lors de l'activation de l'option - Modifications : - TinyMCE : libellé des fonctions "Afficher dans" - - TinyMCE : boutons souligné et barré dans la barre d'outils. + - TinyMCE : nouvelle organisation de la barre d'outils. - Module Form : option permettant d'ajouter le premier mail dans le formulaire au message de notification (Reply To) afin de répondre directement au message. - Configuration du site : - bouton affichant le numéro de la version en ligne. diff --git a/core/vendor/tinymce/init.js b/core/vendor/tinymce/init.js index bd1188d5..0be0f2b0 100755 --- a/core/vendor/tinymce/init.js +++ b/core/vendor/tinymce/init.js @@ -18,9 +18,9 @@ tinymce.init({ // Langue language: "fr_FR", // Plugins - plugins: "advlist anchor autolink autoresize autosave codemirror codesample colorpicker contextmenu fullscreen hr image imagetools link lists media paste searchreplace stickytoolbar tabfocus table template textcolor visualblocks", + plugins: "advlist anchor autolink autoresize autosave codemirror colorpicker contextmenu fullscreen hr image imagetools link lists media paste searchreplace stickytoolbar tabfocus table template textcolor visualblocks", // Contenu de la barre d'outils - toolbar: "restoredraft | undo redo | styleselect | bold italic underline strikethrough forecolor backcolor | alignleft aligncenter alignright alignjustify | bullist numlist | insert | code visualblocks fullscreen", + toolbar: "restoredraft | undo redo | styleselect | bold italic underline strikethrough forecolor backcolor | alignleft aligncenter alignright alignjustify | bullist numlist | image media link anchor inserttable hr template code visualblocks fullscreen", // CodeMirror codemirror: { indentOnInit: true, // Whether or not to indent code on init. @@ -94,7 +94,7 @@ tinymce.init({ // toolbar: [ 'undo', 'bold', 'italic', 'styleselect' ] //}, // Contenu du bouton insérer - insert_button_items: "image link media template codesample inserttable | hr | anchor", + insert_button_items: "anchor hr ", // Contenu du bouton formats style_formats: [ {title: "Headers", items: [