PINES staff catalog tweaks
authorTerran McCanna <tmccanna@georgialibraries.org>
Tue, 23 Nov 2021 20:14:11 +0000 (15:14 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Sat, 19 Nov 2022 20:08:38 +0000 (15:08 -0500)
- hide record notes tab we don't use
- improve look of Patron OPAC View button

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/eg2/src/app/staff/catalog/record/actions.component.html
Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html

index 26d9c50..d87f7e6 100644 (file)
@@ -22,7 +22,7 @@
 <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}"
index d4f711e..be0d4f7 100644 (file)
           <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"