Back to Paperless Ngx

Rotate Confirm Dialog.Component

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

3.0.3264 B
Original Source

{{title}}

@if (documentID()) { }

@if (showPDFNote()) {

Note that only PDFs will be rotated.

}

@if (message) {

{{message}}

} @if (messageBold) {

{{messageBold}}

} {{cancelBtnCaption}} {{btnCaption}} @if (!confirmButtonEnabled) { }