From 850f2c7b17c6c352db85f6ab78891075bbc10439 Mon Sep 17 00:00:00 2001 From: gerlofvanek Date: Mon, 14 Nov 2022 23:43:01 +0100 Subject: [PATCH] ui: Offer page fixes. --- basicswap/templates/offer.html | 56 ++++++++++++++++++++++++---------- 1 file changed, 40 insertions(+), 16 deletions(-) diff --git a/basicswap/templates/offer.html b/basicswap/templates/offer.html index dfad83e..ead531b 100644 --- a/basicswap/templates/offer.html +++ b/basicswap/templates/offer.html @@ -241,21 +241,28 @@ - - + + - - + + - - + {% if data.amount_negotiable == true %} @@ -282,13 +289,20 @@ {% if data.debug_ui == true %} - {% endif %} @@ -298,11 +312,21 @@
-
- -
-
- +
+ +
+
+
InputOutputDetails
You will send {{ data.amt_to }} {{ data.tla_to }}And receive {{ data.amt_from }} {{ data.tla_from }} {% if data.xmr_type == true %} (excluding {{ data.amt_from_lock_spend_tx_fee }} {{ data.tla_from }} in tx fees). {% else %} (excluding a tx fee). {% endif %}Receive (From) {{ data.amt_from }} {{ data.tla_from }} {% if data.xmr_type == true %} (excluding {{ data.amt_from_lock_spend_tx_fee }} {{ data.tla_from }} in tx fees). {% else %} (excluding a tx fee). {% endif %}You will send (To) {{ data.amt_to }} {{ data.tla_to }}
Send From Address - Send From Address +
+
+ + + + +
+
Debug Option: - +
+
+ + + + +
+