aboutsummaryrefslogtreecommitdiff
path: root/wallet.html
diff options
context:
space:
mode:
Diffstat (limited to 'wallet.html')
-rw-r--r--wallet.html21
1 files changed, 13 insertions, 8 deletions
diff --git a/wallet.html b/wallet.html
index 9efdc0c1..924b4b60 100644
--- a/wallet.html
+++ b/wallet.html
@@ -116,6 +116,18 @@ document.addEventListener('DOMContentLoaded', onLoad);
116 </div> 116 </div>
117 117
118 <div class="row"> 118 <div class="row">
119 <div class="col-lg-12">
120 <p class="greenbox" id="box-present" style="display:none">
121 Congratulations, you have installed the Taler wallet.
122 Check out the <a href="https://demo.taler.net/">demo</a>.
123 </p>
124 <p class="bluebox" id="box-not-present" style="display:none">
125 You don't have a wallet installed yet.
126 </p>
127 </div> <!-- /col-lg-12 -->
128 </div> <!-- /row -->
129
130 <div class="row">
119 <div class="col-lg-6"> 131 <div class="col-lg-6">
120 132
121 <h2>Google Chrome / Chromium 49+</h2> 133 <h2>Google Chrome / Chromium 49+</h2>
@@ -168,15 +180,8 @@ document.addEventListener('DOMContentLoaded', onLoad);
168 <div class="col-lg-6"> 180 <div class="col-lg-6">
169 <h2>Other browsers</h2> 181 <h2>Other browsers</h2>
170 <p>Wallets for other browsers will be provided in the near future.</p> 182 <p>Wallets for other browsers will be provided in the near future.</p>
171 <p class="greenbox" id="box-present" style="display:none">
172 Congratulations, you have installed the Taler wallet.
173 Check out the <a href="https://demo.taler.net/">demo</a>.
174 </p>
175 <p class="bluebox" id="box-not-present" style="display:none">
176 You don't have a wallet installed yet.
177 </p>
178
179 </div> <!-- /col-lg-6 --> 183 </div> <!-- /col-lg-6 -->
184
180 </div> <!-- /row --> 185 </div> <!-- /row -->
181 186
182 <!--# include file="common/footer.inc" --> 187 <!--# include file="common/footer.inc" -->