Adds a Patron View button to the Angular staff catalog record detail
page which opens the catalog in a new browser tab.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Michele Morgan <mmorgan@noblenet.org>
Signed-off-by: Jason Etheridge <jason@EquinoxOLI.org>
<div class="row ml-0 mr-0">
+ <a target="_blank" href="/eg/opac/record/{{recId}}">
+ <button class="btn btn-outline-primary ml-1" i18n>Patron View</button>
+ </a>
+
<a routerLink="/staff/catalog/hold/T" [queryParams]="{target: recId}">
<button class="btn btn-outline-primary ml-1" i18n>Place Hold</button>
</a>