From 666eee43212bb0eb4d43dd47e75626bec2202e2e Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Tue, 8 Sep 2015 22:39:33 -0300 Subject: [PATCH] add logic to txp modal related to glidera --- public/views/includes/transaction.html | 2 +- public/views/modals/txp-details.html | 10 +++++++--- src/js/controllers/index.js | 2 ++ src/js/controllers/walletHome.js | 22 ++++++++++++---------- 4 files changed, 22 insertions(+), 14 deletions(-) diff --git a/public/views/includes/transaction.html b/public/views/includes/transaction.html index 0a0be0be0..95944e441 100644 --- a/public/views/includes/transaction.html +++ b/public/views/includes/transaction.html @@ -1,6 +1,6 @@
+ ng-click="home.openTxpModal(tx, index.copayers, !!index.glideraStatus)">
  diff --git a/public/views/modals/txp-details.html b/public/views/modals/txp-details.html index c002a3c0e..6597ffb35 100644 --- a/public/views/modals/txp-details.html +++ b/public/views/modals/txp-details.html @@ -133,15 +133,19 @@
-
+
Payment accepted, but not yet broadcasted
+
+
Payment accepted. It will be broadcasted by Glidera. It case there is a problem, it can be deleted after 6 hours it was created.
+
Payment sent @@ -153,7 +157,7 @@
-
+
* A payment proposal can be deleted if 1) you are the creator, and no other copayer has signed, or 2) 24 hours have passed since the proposal was created.