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>
<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>