Koha/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsTitlesToolbar.vue
Jonathan Druart 34c9548d5d
Bug 32030: Rename Package|Resource|Title
At this point we renamed eHoldings to Titles and eHoldings-package to
Resource.

Packages, resources and titles are now under the eholdings namespace.

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:02 -03:00

12 lines
274 B
Vue

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