diff --git a/core/core.php b/core/core.php index e2117740..b42077e2 100755 --- a/core/core.php +++ b/core/core.php @@ -1917,7 +1917,7 @@ class layout extends common { ) OR $this->getUrl(0) === 'theme' ) { - $items .= ''; } // Retourne les items du menu echo ''; diff --git a/core/vendor/tinymce/init.js b/core/vendor/tinymce/init.js index 6ff9a354..2c1dcd99 100755 --- a/core/vendor/tinymce/init.js +++ b/core/vendor/tinymce/init.js @@ -12,8 +12,6 @@ tinymce.init({ toolbar: "restoredraft | undo redo | styleselect | bold italic forecolor backcolor | alignleft aligncenter alignright alignjustify | bullist numlist | insert | code fullscreen", // Contenu du menu contextuel contextmenu: "cut copy paste pastetext | selectall searchreplace | link image inserttable | cell row column deletetable", - // Menu contextuel pour modifier un lien - link_context_toolbar: true, // Fichiers CSS à intégrer à l'éditeur content_css: [ baseUrl + "core/layout/common.css", @@ -25,6 +23,8 @@ tinymce.init({ body_class: "editorWysiwyg", // Cache les menus menubar: false, + // URL menu contextuel + link_context_toolbar: true, // Cache la barre de statut statusbar: false, // Autorise l'ajout de script