[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-bank] branch master updated: showing currency via 'label' tag
From: |
gnunet |
Subject: |
[taler-bank] branch master updated: showing currency via 'label' tag |
Date: |
Thu, 03 Jun 2021 10:01:03 +0200 |
This is an automated email from the git hooks/post-receive script.
ms pushed a commit to branch master
in repository bank.
The following commit(s) were added to refs/heads/master by this push:
new 9e92db8 showing currency via 'label' tag
9e92db8 is described below
commit 9e92db8d791eac53029225549905906fad826466
Author: MS <ms@taler.net>
AuthorDate: Thu Jun 3 10:00:59 2021 +0200
showing currency via 'label' tag
---
talerbank/app/templates/wiretransfer.html | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/talerbank/app/templates/wiretransfer.html
b/talerbank/app/templates/wiretransfer.html
index ad25726..93cb7db 100644
--- a/talerbank/app/templates/wiretransfer.html
+++ b/talerbank/app/templates/wiretransfer.html
@@ -57,12 +57,10 @@
<input name="subject" placeholder={{ _("subject") }} />
<br>
<br>
- <input name="amount"
- placeholder={{ _("amount") }}
- pattern="[0-9]+(\.[0-9]+)?" />
- <input readonly=""
- name="currency"
- value={{ currency }} />
+ <input name="amount" placeholder="XY.XY" pattern="[0-9]+(\.[0-9]+)?">
+ <label>{{ currency }}</label>
+ </input>
+ <input type="hidden" name="currency" value={{ currency }} />
<br>
<br>
<input class="pure-button pure-button-primary" type="submit" value={{
_("Confirm") }} />
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-bank] branch master updated: showing currency via 'label' tag,
gnunet <=