summaryrefslogtreecommitdiff
path: root/UI/voucher.html
diff options
context:
space:
mode:
Diffstat (limited to 'UI/voucher.html')
-rw-r--r--UI/voucher.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/UI/voucher.html b/UI/voucher.html
index 4cf6bf29..c0c6aa6a 100644
--- a/UI/voucher.html
+++ b/UI/voucher.html
@@ -18,16 +18,18 @@
<div id="filter">
<div id="date_from" class="header_entry">
<span class="label" id="date_from_label">Date From:</span>
- <span class="field" id="date_from_field"><input name="date_from"></span>
+ <span class="field" id="date_from_field">
+ <input type="text" class="date" name="date_from"></span>
</div>
<div id="date_to" class="header_entry">
<span class="label" id="date_to_label">Date To:</span>
- <span class="field" id="date_to_field"><input name="date_to"></span>
+ <span class="field" id="date_to_field">
+ <input name="date_to" class="date" type="text"></span>
</div>
<div id="include_date" class="header_entry">
<span class="label" id="include_date_label">And Date:</span>
<span class="field" id="include_date_field">
- <input name="include_date">
+ <input name="include_date" class="date" type="text">
</span>
</div>
</body>