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: prettier


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant-frontends] branch master updated: prettier form
Date: Wed, 15 Mar 2017 14:20:24 +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 a11927f  prettier form
a11927f is described below

commit a11927f7d866ccc884e56af186b145460690ee0e
Author: Florian Dold <address@hidden>
AuthorDate: Wed Mar 15 14:20:21 2017 +0100

    prettier form
---
 talerfrontends/donations/templates/index.html | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/talerfrontends/donations/templates/index.html 
b/talerfrontends/donations/templates/index.html
index 008d680..04dbbc1 100644
--- a/talerfrontends/donations/templates/index.html
+++ b/talerfrontends/donations/templates/index.html
@@ -39,9 +39,12 @@ your deposits!
 
   <form name="tform" action="checkout" method="GET" class="pure-form">
     <div class="participation" id="fake-shop">
-      <input type="radio" name="donation_receiver" value="Taler" 
checked="true">GNU Taler</input>
-      <input type="radio" name="donation_receiver" value="Tor">Tor</input>
-      <input type="radio" name="donation_receiver" 
value="GNUnet">GNUnet</input>
+      <select name="donation_receiver">
+        <option value="GNUnet">GNUnet</option>
+        <option value="Taler">GNU Taler</option>
+        <option value="Tor">Tor</option>
+        <!-- options are added dynamically -->
+      </select>
       <select id="taler-donation" name="donation_amount">
         <!-- options are added dynamically -->
       </select>

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



reply via email to

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