From 4a79dbd01f4c442aa10d9a75239b90e2b0238a62 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Wed, 5 Aug 2015 12:56:25 -0300 Subject: [PATCH] Fix layout. Adds spend unconfirmed to txp details --- public/views/includes/output.html | 2 +- public/views/modals/txp-details.html | 4 ++++ public/views/walletHome.html | 34 ++++++++++++++-------------- 3 files changed, 22 insertions(+), 18 deletions(-) diff --git a/public/views/includes/output.html b/public/views/includes/output.html index d217412b2..2fb157df1 100644 --- a/public/views/includes/output.html +++ b/public/views/includes/output.html @@ -1,4 +1,4 @@ -
+
  • Recipients: {{output.recipientCount}} diff --git a/public/views/modals/txp-details.html b/public/views/modals/txp-details.html index 783668dae..c1abe1c16 100644 --- a/public/views/modals/txp-details.html +++ b/public/views/modals/txp-details.html @@ -30,6 +30,10 @@ Fee: {{feeStr}}
  • +
  • + Spend Unconfirmed Transactions: + {{(tx.excludeUnconfirmedUtxos ? 'No' : 'Yes')|translate}} +
  • Time: diff --git a/public/views/walletHome.html b/public/views/walletHome.html index 349bb8c93..986297b7d 100644 --- a/public/views/walletHome.html +++ b/public/views/walletHome.html @@ -418,29 +418,29 @@
  • -
    - + -
    -

    Fee policy for this transaction

    -
      -
    • - {{index.feeOpts[fee.level]|translate}} - -
    • -
    -

    Spend unconfirmed transaction

    -
    - Use unconfirmed in this transaction - +
    +

    Fee policy for this transaction

    +
      +
    • + {{index.feeOpts[fee.level]|translate}} + +
    • +
    +

    Unconfirmed transactions for this transaction

    +
    + Spend Unconfirmed Transactions + +