aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Black <andrewdblack@googlemail.com>2013-10-30 18:21:34 +0000
committerDave Whiteland <dave@mysociety.org>2013-11-07 12:41:19 +0000
commit987878328ac9e2d0b4e60c3d1cdd21cdd404fa85 (patch)
treea17b9a222629a6d2ded8d10da359a753dd521514
parent6298395c68cc222e8b019d27735bcb3ca77759cf (diff)
Add placeholder text
-rw-r--r--templates/web/default/admin/stats.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/web/default/admin/stats.html b/templates/web/default/admin/stats.html
index 2a6e276e2..74f8d4225 100644
--- a/templates/web/default/admin/stats.html
+++ b/templates/web/default/admin/stats.html
@@ -61,12 +61,14 @@
<form method="post" action="[% c.uri_for('stats') %]" enctype="application/x-www-form-urlencoded" accept-charset="utf-8">
<p>
- <label for="start_date">[% loc('Start Date:') %]</label><input type="text" name="start_date" id="start_date"
+ <label for="start_date">[% loc('Start Date:') %]</label><input type="text"
+ placeholder="Clik here or enter as dd/mm/yyyy" name="start_date" id="start_date"
value="[% start_date ? start_date.strftime( '%d/%m/%Y') : '' | html %]" />
</p>
<p>
- <label for="end_date">[% loc('End Date:') %]</label><input type="text" name="end_date" id="end_date" size="5"
+ <label for="end_date">[% loc('End Date:') %]</label><input type="text"
+ placeholder="Clik here or enter as dd/mm/yyyy" name="end_date" id="end_date" size="5"
value="[% end_date ? end_date.strftime( '%d/%m/%Y') : '' | html %]" />
</p>