taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit e0ec2d28b60a407e47ff17345489ac555ed558ef
parent a653c2169b94691660561c4d3964bc24d018747e
Author: tg(x) <*@tg-x.net>
Date:   Thu, 27 Oct 2016 12:27:13 +0200

wallet: firefox, demo

Diffstat:
Mwallet.html | 14+++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/wallet.html b/wallet.html @@ -117,6 +117,13 @@ document.addEventListener('DOMContentLoaded', onLoad); <div class="row"> <div class="col-lg-12"> + Install the wallet for your browser, then go to <a href="https://demo.taler.net">demo.taler.net</a> + for a demonstration. + </div> + </div> <!-- /row --> + + <div class="row"> + <div class="col-lg-12"> <p class="greenbox" id="box-present" style="display:none"> Congratulations, you have installed the Taler wallet. Check out the <a href="https://demo.taler.net/">demo</a>. @@ -148,10 +155,7 @@ document.addEventListener('DOMContentLoaded', onLoad); <div class="col-lg-6"> <h2><a href="https://addons.mozilla.org/en-US/firefox/addon/taler-wallet/">Firefox 50+</a></h2> - - <p>The add-on is currently in the process of being reviewed and signed by Mozilla, - until then it can be installed the following way:</p> - +<!-- <h3>Firefox Beta</h3> <ol> <li><a href="/releases/taler-wallet/taler-wallet-stable.xpi">Download the wallet</a> (right click, Save Link As...)</li> @@ -164,7 +168,7 @@ document.addEventListener('DOMContentLoaded', onLoad); <li>On the <code>about:config</code> page set <code>xpinstall.signatures.required</code> to <code>false</code></li> <li><a href="/releases/taler-wallet/taler-wallet-stable.xpi">Install the wallet</a></li> </ol> - +--> </div> <!-- /col-lg-6 --> </div> <!-- /row -->