Koha/koha-tmpl/intranet-tmpl/prog/js/vue/components/Help.vue
Caroline Cyr La Rose d20410a1cc
Bug 35463: Open erm and preservation help in new tab
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Philip Orr <philip.orr@lmscloud.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
2023-12-20 15:13:44 +01:00

13 lines
309 B
Vue

<template>
<nav id="shortcut" class="shortcut">
<a
href="/cgi-bin/koha/help.pl"
class="toplinks"
id="helper"
target="_blank"
><i class="fa fa-question-circle"></i> <span>Help</span></a
>
</nav>
</template>
<script></script>