gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-merchant-frontends] branch master updated: style/tex


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant-frontends] branch master updated: style/text
Date: Wed, 15 Mar 2017 14:17:12 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository merchant-frontends.

The following commit(s) were added to refs/heads/master by this push:
     new 48a1555  style/text
48a1555 is described below

commit 48a155538cb8384316181da4a9935f95cc56f766
Author: Florian Dold <address@hidden>
AuthorDate: Wed Mar 15 14:17:09 2017 +0100

    style/text
---
 talerfrontends/donations/templates/base.html  |  1 -
 talerfrontends/donations/templates/index.html | 25 ++++++++++---------------
 2 files changed, 10 insertions(+), 16 deletions(-)

diff --git a/talerfrontends/donations/templates/base.html 
b/talerfrontends/donations/templates/base.html
index 626d7b6..0777d92 100644
--- a/talerfrontends/donations/templates/base.html
+++ b/talerfrontends/donations/templates/base.html
@@ -49,7 +49,6 @@
         </svg>
       </div>
     </a>
-    <h1 class="nav">Donations Store</h1>
     {% block main %}
       This is the main content of the page.
     {% endblock %}
diff --git a/talerfrontends/donations/templates/index.html 
b/talerfrontends/donations/templates/index.html
index 1e6ebd3..008d680 100644
--- a/talerfrontends/donations/templates/index.html
+++ b/talerfrontends/donations/templates/index.html
@@ -6,15 +6,15 @@
 {% endblock %}
 
 {% block main %}
-  <h1 lang="en">Welcome to the Taler Donation "Shop" Demo</h1>
+<h1 lang="en">Welcome to the Taler Donation "Shop" Demo</h1>
 
-  <p>This toy donations website shows the user experience for donations with 
Taler.
-  You are paying with an imaginary currency ({{ env("TALER_CONFIG_CURRENCY", 
"KUDOS") }}).
-  </p>
-  <h2>Back-office interface</h2>
-  <p>Try the <a href="backoffice">back-office</a>, in order to track
-  your deposits!
-  </p>
+<p>This toy donations website shows the user experience for donations with 
Taler.
+You are paying with an imaginary currency ({{ env("TALER_CONFIG_CURRENCY", 
"KUDOS") }}).
+</p>
+<h2>Back-office interface</h2>
+<p>Try the <a href="backoffice">back-office</a>, in order to track
+your deposits!
+</p>
 </article>
 <!-- debugging button, to be minimized in a corner.. -->
 <!-- button id="show-hide" value="show">toggle</button-->
@@ -37,20 +37,15 @@
   <p>Please choose a project and the amount of {{ env("TALER_CONFIG_CURRENCY", 
"KUDOS") }} you
     wish to donate:</p>
 
-  <form name="tform" action="checkout" method="GET">
+  <form name="tform" action="checkout" method="GET" class="pure-form">
     <div class="participation" id="fake-shop">
-      <br>
       <input type="radio" name="donation_receiver" value="Taler" 
checked="true">GNU Taler</input>
-      <br>
       <input type="radio" name="donation_receiver" value="Tor">Tor</input>
-      <br>
       <input type="radio" name="donation_receiver" 
value="GNUnet">GNUnet</input>
-      <br>
       <select id="taler-donation" name="donation_amount">
         <!-- options are added dynamically -->
       </select>
-      <input type="submit" value="Donate!"/>
-      <br>
+      <input type="submit" class="pure-button pure-button-primary" 
value="Donate!"/>
     </div>
   </form>
   <p>

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]