diff --git a/bin/backend/controls/articles/Article.js b/bin/backend/controls/articles/Article.js
index 0a76b2a278212a8046e5569056e0459bdcd5feb7..d603447a27079bdd5d8a0bd0a02cc9cfa740fb59 100644
--- a/bin/backend/controls/articles/Article.js
+++ b/bin/backend/controls/articles/Article.js
@@ -986,6 +986,13 @@ define('package/quiqqer/erp/bin/backend/controls/articles/Article', [
                             self.$Editor.setAttribute('buttons', {
                                 lines: [
                                     [[
+                                        {
+                                            type  : "button",
+                                            button: "Source"
+                                        },
+                                        {
+                                            type: "separator"
+                                        },
                                         {
                                             type  : "button",
                                             button: "Bold"
@@ -1001,6 +1008,13 @@ define('package/quiqqer/erp/bin/backend/controls/articles/Article', [
                                         {
                                             type: "separator"
                                         },
+                                        {
+                                            type  : "button",
+                                            button: "FontSize"
+                                        },
+                                        {
+                                            type: "separator"
+                                        },
                                         {
                                             type  : "button",
                                             button: "RemoveFormat"