LP1852782 More title attributes for action buttons
authorBill Erickson <berickxx@gmail.com>
Tue, 31 Dec 2019 15:04:36 +0000 (10:04 -0500)
committerBill Erickson <berickxx@gmail.com>
Fri, 21 Feb 2020 16:44:38 +0000 (11:44 -0500)
Adds title attributes to the Phys Char wizard and authority linking
buttons, which contain no text within the button proper.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Open-ILS/src/eg2/src/app/staff/share/marc-edit/rich-editor.component.html

index 8a5df6d..531822b 100644 (file)
@@ -41,6 +41,7 @@
 
   <ng-container *ngIf="isControlledBibTag(field.tag)">
     <button class="btn btn-sm btn-info link-button"
+      i18n-title title="Create authority link"
       (click)="openLinkerDialog(field)">
       <span class="material-icons">link</span>
     </button>
 
       <ng-container *ngIf="field.tag === '007'">
          <button class="btn btn-sm btn-info link-button"
+          i18n-title title="Open physical characteristics wizard"
           (click)="openPhysCharDialog(field)">
           <span class="material-icons">launch</span>
         </button>