aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2015-07-28 10:18:08 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2015-07-28 10:18:08 +0200
commit38050d737309cc226e2668b1dc6e4433a46d522d (patch)
tree72dd50df6a6f9b64073d91351d568d57710de430
parent41f21f0b60161fc0f06b5d746b678dc64e40f86a (diff)
downloadmerchant-38050d737309cc226e2668b1dc6e4433a46d522d.tar.gz
merchant-38050d737309cc226e2668b1dc6e4433a46d522d.zip
adding 1000EUR to create reserve form
-rw-r--r--src/website/new/create-reserve-form.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/website/new/create-reserve-form.html b/src/website/new/create-reserve-form.html
index b9b448b8..229ae349 100644
--- a/src/website/new/create-reserve-form.html
+++ b/src/website/new/create-reserve-form.html
@@ -3,14 +3,15 @@
3 Your Public Key Here :<br><input type="text" name="pbk"></input><br> 3 Your Public Key Here :<br><input type="text" name="pbk"></input><br>
4 Amount :<br> 4 Amount :<br>
5 <select id="taler-amount" name="kudos-amount"> 5 <select id="taler-amount" name="kudos-amount">
6 <option value="1000">1000</option>
6 <option value="1">1</option> 7 <option value="1">1</option>
7 <option value="5">5</option> 8 <option value="5">5</option>
8 <option value="10">10</option> 9 <option value="10">10</option>
9 </select><br><br> 10 </select><br><br>
10 Currency :<br> 11 Currency :<br>
11 <select id="taler-amount-currency" name="kudos-currency"> 12 <select id="taler-amount-currency" name="kudos-currency">
12 <option value="JPY">Yen</option>
13 <option value="EUR">Euro</option> 13 <option value="EUR">Euro</option>
14 <option value="JPY">Yen</option>
14 <option value="LRD">Liberian Dollar</option> 15 <option value="LRD">Liberian Dollar</option>
15 </select><br><br> 16 </select><br><br>
16 17