Koha/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalTitlesToolbar.vue
Jonathan Druart 46744e1e9b
Bug 32030: Make the ERMProviders syspref multivaluated
Signed-off-by: Jonathan Field <jonathan.field@ptfs-europe.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2022-11-08 09:44:09 -03:00

12 lines
285 B
Vue

<template>
<router-link to="/cgi-bin/koha/erm/eholdings/local/titles/add" class="btn btn-default"
><font-awesome-icon icon="plus" />
{{ $t("New title") }}</router-link
>
</template>
<script>
export default {
name: "EHoldingsLocalTitleToolbar",
}
</script>