From f5b30a088c5fae5df21bd91d8af4cb967555a0c0 Mon Sep 17 00:00:00 2001 From: Yemel Jardi Date: Mon, 21 Jul 2014 15:36:53 -0300 Subject: [PATCH] Logic of transaction summary at send view --- css/main.css | 4 ++++ views/send.html | 24 +++++++++++------------- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/css/main.css b/css/main.css index 7ff838b30..8c060911e 100644 --- a/css/main.css +++ b/css/main.css @@ -267,6 +267,10 @@ body, html{ color: #7A8C9E; } +.hidden { + visibility: hidden; +} + /* Turn Off Number Input Spinners */ input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { diff --git a/views/send.html b/views/send.html index 60778eb36..4182273ae 100644 --- a/views/send.html +++ b/views/send.html @@ -54,7 +54,7 @@ Use all funds ({{getAvailableAmount()}} {{$root.unitName}})
- Valid + Valid Not valid Insufficient funds @@ -78,21 +78,19 @@
Send to
-

address

-
-
- Total amount for this transaction: -
-
- {{amount + defaultFee |noFractionNumber}} {{$root.unitName}} - - {{ ((amount + defaultFee) * unitToBtc)|noFractionNumber:8}} BTC - -
+

+ {{address}}  +

+
Total amount for this transaction:
+

+ {{amount + defaultFee |noFractionNumber}} {{$root.unitName}} + {{ ((amount + defaultFee) * unitToBtc)|noFractionNumber:8}} BTC
Including fee of {{defaultFee|noFractionNumber}} {{$root.unitName}}
-

+

+
Note
+

{{commentText}}