[DE] Change buttons for table of figures

This commit is contained in:
Julia Radzhabova 2020-10-16 16:46:45 +03:00
parent 8ca557be60
commit cb1a4b670e
3 changed files with 27 additions and 8 deletions

View file

@ -158,13 +158,19 @@
<div class="group"> <div class="group">
<span class="btn-slot text x-huge slot-inshyperlink"></span> <span class="btn-slot text x-huge slot-inshyperlink"></span>
<span class="btn-slot text x-huge" id="slot-btn-bookmarks"></span> <span class="btn-slot text x-huge" id="slot-btn-bookmarks"></span>
<span class="btn-slot text x-huge" id="slot-btn-caption"></span>
<span class="btn-slot text x-huge" id="slot-btn-crossref"></span>
</div> </div>
<div class="separator long"></div> <div class="separator long"></div>
<div class="group"> <div class="group">
<span class="btn-slot text x-huge" id="slot-btn-tof"></span> <span class="btn-slot text x-huge" id="slot-btn-caption"></span>
<span class="btn-slot text x-huge" id="slot-btn-tof-update"></span> <span class="btn-slot text x-huge" id="slot-btn-crossref"></span>
</div>
<div class="group sheet-views" style="padding-left: 5px;">
<div class="elset">
<span class="btn-slot text" id="slot-btn-tof"></span>
</div>
<div class="elset">
<span class="btn-slot text" id="slot-btn-tof-update"></span>
</div>
</div> </div>
</section> </section>
</section> </section>

View file

@ -200,8 +200,8 @@ define([
this.btnTableFigures = new Common.UI.Button({ this.btnTableFigures = new Common.UI.Button({
parentEl: $host.find('#slot-btn-tof'), parentEl: $host.find('#slot-btn-tof'),
cls: 'btn-toolbar x-huge icon-top', cls: 'btn-toolbar',
iconCls: 'toolbar__icon btn-caption', iconCls: 'toolbar__icon btn-tof',
caption: this.capBtnTOF, caption: this.capBtnTOF,
disabled: true disabled: true
}); });
@ -209,8 +209,8 @@ define([
this.btnTableFiguresUpdate = new Common.UI.Button({ this.btnTableFiguresUpdate = new Common.UI.Button({
parentEl: $host.find('#slot-btn-tof-update'), parentEl: $host.find('#slot-btn-tof-update'),
cls: 'btn-toolbar x-huge icon-top', cls: 'btn-toolbar',
iconCls: 'toolbar__icon btn-caption', iconCls: 'toolbar__icon btn-tof-update',
caption: this.capBtnContentsUpdate, caption: this.capBtnContentsUpdate,
disabled: true disabled: true
}); });

View file

@ -1845,6 +1845,11 @@
"DE.Views.Links.textSwapNotes": "Swap Footnotes and Endnotes", "DE.Views.Links.textSwapNotes": "Swap Footnotes and Endnotes",
"DE.Views.Links.capBtnCrossRef": "Cross-reference", "DE.Views.Links.capBtnCrossRef": "Cross-reference",
"DE.Views.Links.tipCrossRef": "Insert 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.textAuto": "Automatic",
"DE.Views.ListSettingsDialog.textCenter": "Center", "DE.Views.ListSettingsDialog.textCenter": "Center",
"DE.Views.ListSettingsDialog.textLeft": "Left", "DE.Views.ListSettingsDialog.textLeft": "Left",
@ -2178,6 +2183,14 @@
"DE.Views.TableOfContentsSettings.txtOnline": "Online", "DE.Views.TableOfContentsSettings.txtOnline": "Online",
"DE.Views.TableOfContentsSettings.txtSimple": "Simple", "DE.Views.TableOfContentsSettings.txtSimple": "Simple",
"DE.Views.TableOfContentsSettings.txtStandard": "Standard", "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.deleteColumnText": "Delete Column",
"DE.Views.TableSettings.deleteRowText": "Delete Row", "DE.Views.TableSettings.deleteRowText": "Delete Row",
"DE.Views.TableSettings.deleteTableText": "Delete Table", "DE.Views.TableSettings.deleteTableText": "Delete Table",