mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
use an icon for "mark all" notifications (#8903)
This commit is contained in:
@@ -21,12 +21,12 @@
|
|||||||
(click)="$event.stopPropagation()">
|
(click)="$event.stopPropagation()">
|
||||||
<div mat-subheader role="menuitem">
|
<div mat-subheader role="menuitem">
|
||||||
<span>{{ 'NOTIFICATIONS.TITLE' | translate }}</span>
|
<span>{{ 'NOTIFICATIONS.TITLE' | translate }}</span>
|
||||||
<button (click)="markAsRead()"
|
<button *ngIf="notifications.length"
|
||||||
id="adf-notification-history-mark-as-read"
|
id="adf-notification-history-mark-as-read"
|
||||||
mat-button
|
mat-icon-button
|
||||||
color="accent"
|
title="{{ 'NOTIFICATIONS.MARK_AS_READ' | translate }}"
|
||||||
*ngIf="notifications.length">
|
(click)="markAsRead()">
|
||||||
{{ 'NOTIFICATIONS.MARK_AS_READ' | translate }}
|
<mat-icon>done_all</mat-icon>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user