Skip to content
Snippets Groups Projects
Commit ec984e1b authored by Jean-Pascal Kanter's avatar Jean-Pascal Kanter :speech_balloon: Committed by Robert Lange
Browse files

refs #25168 [fid_bbi] interlibrary loan button now opens in a new tab

parent d4660fbf
Branches
Tags
No related merge requests found
......@@ -30,7 +30,8 @@
?>
<?php if ($gvi): ?>
<h3 link><?=$this->translate("Interlibrary Loans")?></h3>
<a href="<?=$this->translate("fid::fern_url_{$net}", ['%%isbn%%' => $isbn, '%%gvi%%' => $gvi, '%%isil%%' => $isil]);?>">
<a target="_blank"
href="<?=$this->translate("fid::fern_url_{$net}", ['%%isbn%%' => $isbn, '%%gvi%%' => $gvi, '%%isil%%' => $isil]);?>">
<?=$this->translate('fid::fern_txt_button')?>
</a>
<br/>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment