summaryrefslogtreecommitdiff
path: root/talerbackoffice/backoffice/templates/backoffice.html
diff options
context:
space:
mode:
Diffstat (limited to 'talerbackoffice/backoffice/templates/backoffice.html')
-rw-r--r--talerbackoffice/backoffice/templates/backoffice.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/talerbackoffice/backoffice/templates/backoffice.html b/talerbackoffice/backoffice/templates/backoffice.html
index 3ca3bbf..144a060 100644
--- a/talerbackoffice/backoffice/templates/backoffice.html
+++ b/talerbackoffice/backoffice/templates/backoffice.html
@@ -12,7 +12,7 @@
<br />
<div>
<span style="margin-right: 10px;">Current instance:</span>
- <select id="instances" onchange="change_instance();">
+ <select id="instance" onchange="change_instance();">
{% for instance in instances %}
<option value="{{ instance }}">{{ instance }}</option>
{% endfor %}
@@ -33,17 +33,20 @@
onclick="cherry_pick_form_transfer(this.parentNode)">Track wire transfer</input><br>
<input type="text"
placeholder="Order ID"
+ onkeyup="validate_order_id(this);"
class="order"></input><br>
<input type="text"
placeholder="WTID"
+ onkeyup="validate_wtid(this);"
class="transfer"
style="display: none;"></input><br>
<input type="text"
placeholder="Exchange URI"
+ onkeyup="validate_exchange_url(this);"
class="transfer"
style="display: none;"></input><br>
</div>
- <div id="submit">
+ <div>
<form action="">
<input type="button"
value="submit"