- hide record notes tab we don't use
- improve look of Patron OPAC View button
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.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>
+ <button class="btn btn-success" i18n style="margin-right:5px;">Patron OPAC View</button>
</a>
<a routerLink="/staff/catalog/hold/T" [queryParams]="{target: recId}"
<eg-marc-html [recordId]="recordId" recordType="bib"></eg-marc-html>
</ng-template>
</ngb-tab>
- <ngb-tab title="Record Notes" i18n-title id="bibnotes">
- <ng-template ngbTabContent>
- <eg-catalog-record-notes [recordId]="recordId">
- </eg-catalog-record-notes>
- </ng-template>
- </ngb-tab>
<ngb-tab title="View Holds" i18n-title id="holds">
<ng-template ngbTabContent>
<eg-holds-grid [recordId]="recordId"