From 3afd24fcd72225e61601cd610a432ea9e2d7f302 Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Tue, 21 Nov 2023 10:44:13 +0100 Subject: [PATCH] Print button --- .../Views/UIInvoice/InvoiceReceipt.cshtml | 40 +++++++++---------- 1 file changed, 19 insertions(+), 21 deletions(-) diff --git a/BTCPayServer/Views/UIInvoice/InvoiceReceipt.cshtml b/BTCPayServer/Views/UIInvoice/InvoiceReceipt.cshtml index 9a45dc6b3..a1f3467f8 100644 --- a/BTCPayServer/Views/UIInvoice/InvoiceReceipt.cshtml +++ b/BTCPayServer/Views/UIInvoice/InvoiceReceipt.cshtml @@ -64,31 +64,29 @@ { } -
-
-
- Print -
Amount Paid
-
-
@DisplayFormatter.Currency(Model.Amount, Model.Currency, DisplayFormatter.CurrencyFormat.Symbol)
-
-
-
Date
-
@Model.Timestamp.ToBrowserDate()
-
- @if (!string.IsNullOrEmpty(Model.OrderId)) - { +
+
-
Order ID
-
@Model.OrderId
+
Amount Paid
+
@DisplayFormatter.Currency(Model.Amount, Model.Currency, DisplayFormatter.CurrencyFormat.Symbol)
- } -
+
+
Date
+
@Model.Timestamp.ToBrowserDate()
+
+ @if (!string.IsNullOrEmpty(Model.OrderId)) + { +
+
Order ID
+
@Model.OrderId
+
+ } +
+ Print + } + @if (isProcessing) {