|
@@ -99,7 +99,7 @@ $.BootstrapTable = class extends $.BootstrapTable {
|
|
|
<div class="export ${this.constants.classes.buttonsDropdown}"
|
|
<div class="export ${this.constants.classes.buttonsDropdown}"
|
|
|
data-type="${exportTypes[0]}">
|
|
data-type="${exportTypes[0]}">
|
|
|
<button class="${this.constants.buttonsClass}"
|
|
<button class="${this.constants.buttonsClass}"
|
|
|
- aria-label="Export"
|
|
|
|
|
|
|
+ aria-label="${o.formatExport()}"
|
|
|
type="button"
|
|
type="button"
|
|
|
title="${o.formatExport()}">
|
|
title="${o.formatExport()}">
|
|
|
${o.showButtonIcons ? Utils.sprintf(this.constants.html.icon, o.iconsPrefix, o.icons.export) : ''}
|
|
${o.showButtonIcons ? Utils.sprintf(this.constants.html.icon, o.iconsPrefix, o.icons.export) : ''}
|
|
@@ -114,7 +114,7 @@ $.BootstrapTable = class extends $.BootstrapTable {
|
|
|
html.push(`
|
|
html.push(`
|
|
|
<div class="export ${this.constants.classes.buttonsDropdown}">
|
|
<div class="export ${this.constants.classes.buttonsDropdown}">
|
|
|
<button class="${this.constants.buttonsClass} dropdown-toggle"
|
|
<button class="${this.constants.buttonsClass} dropdown-toggle"
|
|
|
- aria-label="Export"
|
|
|
|
|
|
|
+ aria-label="${o.formatExport()}"
|
|
|
${this.constants.dataToggle}="dropdown"
|
|
${this.constants.dataToggle}="dropdown"
|
|
|
type="button"
|
|
type="button"
|
|
|
title="${o.formatExport()}">
|
|
title="${o.formatExport()}">
|