Bug 32030: Allow syspref to be read from the config
[koha.git] / koha-tmpl / intranet-tmpl / prog / js / vue / components / ERM / EHoldingsTitlesToolbar.vue
1 <template>
2     <router-link to="/cgi-bin/koha/erm/eholdings/titles/add" class="btn btn-default"
3         ><font-awesome-icon icon="plus" />
4         {{ $t("New title") }}</router-link
5     >
6 </template>
7
8 <script>
9 export default {
10     name: "EHoldingsTitleToolbar",
11 }
12 </script>