Commit 1dec0431 authored by Matt Selsky's avatar Matt Selsky Committed by Gervase Markham

Bug 258026 - add format hint to chart date input. r=gerv, a=glob.

parent 07221144
......@@ -216,9 +216,11 @@ function subcatSelected() {
<td>
<label for="datefrom"><b>Date Range</b></label>:
<input type="text" size="12" name="datefrom" id="datefrom"
placeholder="YYYY-MM-DD"
value="[% time2str("%Y-%m-%d", chart.datefrom) IF chart.datefrom%]">
<label for="dateto"><b>to</b></label>
<input type="text" size="12" name="dateto" id="dateto"
placeholder="YYYY-MM-DD"
value="[% time2str("%Y-%m-%d", chart.dateto) IF chart.dateto %]">
</td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment