diff --git a/apps/documenteditor/main/app/template/ToolbarView.template b/apps/documenteditor/main/app/template/ToolbarView.template index e846f51a9..e92b7992b 100644 --- a/apps/documenteditor/main/app/template/ToolbarView.template +++ b/apps/documenteditor/main/app/template/ToolbarView.template @@ -1,21 +1,7 @@
-
- - < - - - - > - -
+ <%= tabsmarkup %>
diff --git a/apps/presentationeditor/main/app/template/ToolbarView.template b/apps/presentationeditor/main/app/template/ToolbarView.template index e846f51a9..e92b7992b 100644 --- a/apps/presentationeditor/main/app/template/ToolbarView.template +++ b/apps/presentationeditor/main/app/template/ToolbarView.template @@ -1,21 +1,7 @@
-
- - < - - - - > - -
+ <%= tabsmarkup %>
diff --git a/apps/presentationeditor/main/app/view/Toolbar.js b/apps/presentationeditor/main/app/view/Toolbar.js index 164534a45..3fc8010b3 100644 --- a/apps/presentationeditor/main/app/view/Toolbar.js +++ b/apps/presentationeditor/main/app/view/Toolbar.js @@ -43,7 +43,7 @@ define([ 'backbone', 'text!presentationeditor/main/app/template/Toolbar.template', - 'text!documenteditor/main/app/template/ToolbarView.template', + 'text!presentationeditor/main/app/template/ToolbarView.template', 'common/main/lib/collection/Fonts', 'common/main/lib/component/Button', 'common/main/lib/component/ComboBox', diff --git a/apps/spreadsheeteditor/main/app/template/ToolbarView.template b/apps/spreadsheeteditor/main/app/template/ToolbarView.template index c67bcf304..95aebaed6 100644 --- a/apps/spreadsheeteditor/main/app/template/ToolbarView.template +++ b/apps/spreadsheeteditor/main/app/template/ToolbarView.template @@ -1,21 +1,7 @@
-
- - < - - - - > - -
+ <%= tabsmarkup %>