From d1f49d4a0de20075265c7cdbd69780777d9e69cf Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 17 May 2018 11:37:24 +0300 Subject: [PATCH] Fix view mode --- .../main/app/template/ToolbarView.template | 16 +--------------- .../main/app/template/ToolbarView.template | 16 +--------------- apps/presentationeditor/main/app/view/Toolbar.js | 2 +- .../main/app/template/ToolbarView.template | 16 +--------------- 4 files changed, 4 insertions(+), 46 deletions(-) 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 %>