Back to Paperless Ngx

Confirm Dialog.Component

src-ui/src/app/components/common/confirm-dialog/confirm-dialog.component.html

2.20.15250 B
Original Source

{{title}}

@if (messageBold) {

{{messageBold}}

} @if (message) {

}

{{cancelBtnCaption}} {{btnCaption}} {{ seconds | number: '1.0-0' }} seconds @if (!confirmButtonEnabled) { } @if (alternativeBtnCaption) { {{alternativeBtnCaption}} }