Revert "Enhance PDF viewing experience with new document viewer"
This reverts commit 1cc617de42.
This commit is contained in:
@@ -16,10 +16,10 @@
|
||||
|
||||
@if (!string.IsNullOrEmpty(Model.Invoice?.ResultFilePath))
|
||||
{
|
||||
<a class="btn btn-primary mb-3 ms-2"
|
||||
href="/Invoices/DocumentViewer?id=@Model.Invoice.Id">
|
||||
<button class="btn btn-primary mb-3 ms-2"
|
||||
onclick="openPdfViewer(@Model.Invoice.Id)">
|
||||
<i class="dx-icon-pdffile"></i> Ergebnis anzeigen
|
||||
</a>
|
||||
</button>
|
||||
}
|
||||
|
||||
@if (Model.Invoice is null)
|
||||
|
||||
Reference in New Issue
Block a user