Lines 93-102
export default {
Link Here
|
93 |
toolbar_options: [ |
93 |
toolbar_options: [ |
94 |
{ |
94 |
{ |
95 |
to: "EHoldingsLocalTitlesFormAdd", |
95 |
to: "EHoldingsLocalTitlesFormAdd", |
|
|
96 |
icon: "plus", |
96 |
button_title: this.$__("New title"), |
97 |
button_title: this.$__("New title"), |
97 |
}, |
98 |
}, |
98 |
{ |
99 |
{ |
99 |
to: "EHoldingsLocalTitlesFormImport", |
100 |
to: "EHoldingsLocalTitlesFormImport", |
|
|
101 |
icon: "plus", |
100 |
button_title: this.$__("Import from list"), |
102 |
button_title: this.$__("Import from list"), |
101 |
}, |
103 |
}, |
102 |
], |
104 |
], |