|
|
|
|
@ -4,7 +4,13 @@
@@ -4,7 +4,13 @@
|
|
|
|
|
appA11yTitle="{{ s.name }}" |
|
|
|
|
class="box-content-row box-content-row-flex" |
|
|
|
|
> |
|
|
|
|
<button type="button" class="row-main" (click)="selectSend(s)" appStopClick title="{{ title }} - {{ s.name }}"> |
|
|
|
|
<button |
|
|
|
|
type="button" |
|
|
|
|
class="row-main" |
|
|
|
|
(click)="selectSend(s)" |
|
|
|
|
appStopClick |
|
|
|
|
title="{{ title }} - {{ s.name }}" |
|
|
|
|
> |
|
|
|
|
<div class="app-vault-icon"> |
|
|
|
|
<div class="icon" aria-hidden="true"> |
|
|
|
|
<i class="bwi bwi-fw bwi-lg bwi-file-text" *ngIf="s.type === sendType.Text"></i> |
|
|
|
|
@ -39,11 +45,7 @@
@@ -39,11 +45,7 @@
|
|
|
|
|
<span class="sr-only">{{ "maxAccessCountReached" | i18n }}</span> |
|
|
|
|
</ng-container> |
|
|
|
|
<ng-container *ngIf="s.expired"> |
|
|
|
|
<i |
|
|
|
|
class="bwi bwi-clock text-muted" |
|
|
|
|
title="{{ 'expired' | i18n }}" |
|
|
|
|
aria-hidden="true" |
|
|
|
|
></i> |
|
|
|
|
<i class="bwi bwi-clock text-muted" title="{{ 'expired' | i18n }}" aria-hidden="true"></i> |
|
|
|
|
<span class="sr-only">{{ "expired" | i18n }}</span> |
|
|
|
|
</ng-container> |
|
|
|
|
<ng-container *ngIf="s.pendingDelete"> |
|
|
|
|
@ -93,4 +95,4 @@
@@ -93,4 +95,4 @@
|
|
|
|
|
<i class="bwi bwi-lg bwi-trash" aria-hidden="true"></i> |
|
|
|
|
</button> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|