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