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>
This commit is contained in:
Caroline Cyr La Rose 2023-12-04 17:24:14 -05:00 committed by Katrin Fischer
parent fed8fc8618
commit d20410a1cc
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -1,6 +1,10 @@
<template>
<nav id="shortcut" class="shortcut">
<a href="/cgi-bin/koha/help.pl" class="toplinks" id="helper"
<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>