diff --git a/basicswap/templates/offer.html b/basicswap/templates/offer.html
index a5e29b6..720afb3 100644
--- a/basicswap/templates/offer.html
+++ b/basicswap/templates/offer.html
@@ -392,21 +392,11 @@
- Settings
+ Value
|
-
- Amount you will get {{ data.amt_from }} {{ data.tla_from }}
- {% if data.xmr_type == true %}
- (excluding estimated {{ data.amt_from_lock_spend_tx_fee }} {{ data.tla_from }} in tx fees).
- {% else %}
- (excluding a tx fee).
- {% endif %} |
- Amount you will send {{ data.amt_to }} {{ data.tla_to }}
- |
-
Send From Address |
@@ -475,21 +465,131 @@ if (document.readyState === 'loading') {
handleBidsPageAddress();
}
- {% if data.amount_negotiable == true %}
- |
- Amount |
-
-
- |
-
- {% endif %}
- {% if data.rate_negotiable == true %}
-
- Rate |
-
- |
-
- {% endif %}
+{% if data.amount_negotiable == true %}
+
+
+
+
+
+ Sending ({{ data.tla_to }})
+ |
+
+
+
+
+ max {{ data.amt_to }} ({{ data.tla_to }})
+
+
+ |
+
+
+
+
+
+
+ Receiving ({{ data.tla_from }})
+ |
+
+
+
+
+ max {{ data.amt_from }} ({{ data.tla_from }})
+
+
+ {% if data.xmr_type == true %}
+ (excluding estimated {{ data.amt_from_lock_spend_tx_fee }} {{ data.tla_from }} in tx fees)
+ {% else %}
+ (excluding a tx fee)
+ {% endif %}
+ |
+
+{% else %}
+
+
+
+
+
+ Sending ({{ data.tla_to }})
+ |
+
+
+
+
+ max {{ data.amt_to }} ({{ data.tla_to }})
+
+
+ (Amount not variable)
+ |
+
+
+
+
+
+
+ Receiving ({{ data.tla_from }})
+ |
+
+
+
+
+ max {{ data.amt_from }} ({{ data.tla_from }})
+
+
+ {% if data.xmr_type == true %}
+ (excluding estimated {{ data.amt_from_lock_spend_tx_fee }} {{ data.tla_from }} in tx fees)
+ {% else %}
+ (excluding a tx fee)
+ {% endif %}
+ |
+
+{% endif %}
+
+ Rate |
+
+ {% if data.rate_negotiable == true %}
+
+ {% else %}
+
+ (Rate is not negotiable)
+ {% endif %}
+ |
+
Minutes valid |
@@ -519,15 +619,24 @@ if (document.readyState === 'loading') {
-
-
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
|