diff --git a/apps/documenteditor/main/app/template/Toolbar.template b/apps/documenteditor/main/app/template/Toolbar.template
index 8c40cafff..dab715882 100644
--- a/apps/documenteditor/main/app/template/Toolbar.template
+++ b/apps/documenteditor/main/app/template/Toolbar.template
@@ -158,13 +158,19 @@
-
-
-
-
+
+
+
+
diff --git a/apps/documenteditor/main/app/view/Links.js b/apps/documenteditor/main/app/view/Links.js
index b6e264b9e..e3f19d9f9 100644
--- a/apps/documenteditor/main/app/view/Links.js
+++ b/apps/documenteditor/main/app/view/Links.js
@@ -200,8 +200,8 @@ define([
this.btnTableFigures = new Common.UI.Button({
parentEl: $host.find('#slot-btn-tof'),
- cls: 'btn-toolbar x-huge icon-top',
- iconCls: 'toolbar__icon btn-caption',
+ cls: 'btn-toolbar',
+ iconCls: 'toolbar__icon btn-tof',
caption: this.capBtnTOF,
disabled: true
});
@@ -209,8 +209,8 @@ define([
this.btnTableFiguresUpdate = new Common.UI.Button({
parentEl: $host.find('#slot-btn-tof-update'),
- cls: 'btn-toolbar x-huge icon-top',
- iconCls: 'toolbar__icon btn-caption',
+ cls: 'btn-toolbar',
+ iconCls: 'toolbar__icon btn-tof-update',
caption: this.capBtnContentsUpdate,
disabled: true
});
diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json
index f12db8c83..bc73cbf79 100644
--- a/apps/documenteditor/main/locale/en.json
+++ b/apps/documenteditor/main/locale/en.json
@@ -1845,6 +1845,11 @@
"DE.Views.Links.textSwapNotes": "Swap Footnotes and Endnotes",
"DE.Views.Links.capBtnCrossRef": "Cross-reference",
"DE.Views.Links.tipCrossRef": "Insert cross-reference",
+ "DE.Views.Links.capBtnTOF": "Table of Figures",
+ "DE.Views.Links.tipTableFiguresUpdate": "Refresh table of figures",
+ "DE.Views.Links.tipTableFigures": "Insert table of figures",
+ "DE.Views.Links.confirmReplaceTOF": "Do you want to replace the selected table of figures?",
+ "DE.Views.Links.titleUpdateTOF": "Refresh Table of Figures",
"DE.Views.ListSettingsDialog.textAuto": "Automatic",
"DE.Views.ListSettingsDialog.textCenter": "Center",
"DE.Views.ListSettingsDialog.textLeft": "Left",
@@ -2178,6 +2183,14 @@
"DE.Views.TableOfContentsSettings.txtOnline": "Online",
"DE.Views.TableOfContentsSettings.txtSimple": "Simple",
"DE.Views.TableOfContentsSettings.txtStandard": "Standard",
+ "DE.Views.TableOfContentsSettings.textTitleTOF": "Table of Figures",
+ "DE.Views.TableOfContentsSettings.textBuildTableOF": "Build table of figures from",
+ "DE.Views.TableOfContentsSettings.textRadioCaption": "Caption",
+ "DE.Views.TableOfContentsSettings.textRadioStyle": "Style",
+ "DE.Views.TableOfContentsSettings.strFullCaption": "Include label and number",
+ "DE.Views.TableOfContentsSettings.textEquation": "Equation",
+ "DE.Views.TableOfContentsSettings.textFigure": "Figure",
+ "DE.Views.TableOfContentsSettings.textTable": "Table",
"DE.Views.TableSettings.deleteColumnText": "Delete Column",
"DE.Views.TableSettings.deleteRowText": "Delete Row",
"DE.Views.TableSettings.deleteTableText": "Delete Table",