mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
111638: Improve accessibility
This commit is contained in:
@@ -43,8 +43,10 @@
|
||||
<td>{{tableEntry.user}}</td>
|
||||
<td>{{tableEntry.info}}</td>
|
||||
<td>
|
||||
<button class="btn btn-outline-danger"
|
||||
(click)="processBulkDeleteService.toggleDelete(tableEntry.process.processId)">
|
||||
<button [attr.aria-label]="'process.overview.delete-process' | translate"
|
||||
aria-hidden="true"
|
||||
(click)="processBulkDeleteService.toggleDelete(tableEntry.process.processId)"
|
||||
class="btn btn-outline-danger">
|
||||
<i class="fas fa-trash"></i>
|
||||
</button>
|
||||
</td>
|
||||
|
Reference in New Issue
Block a user