[DE] Change buttons for table of figures
This commit is contained in:
parent
8ca557be60
commit
cb1a4b670e
|
@ -158,13 +158,19 @@
|
|||
<div class="group">
|
||||
<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-caption"></span>
|
||||
<span class="btn-slot text x-huge" id="slot-btn-crossref"></span>
|
||||
</div>
|
||||
<div class="separator long"></div>
|
||||
<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-tof-update"></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 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>
|
||||
</section>
|
||||
</section>
|
||||
|
|
|
@ -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
|
||||
});
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue