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

git-svn-id: svn://10.0.0.236/trunk@265650 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzrmirror%bugzilla.org 2014-10-29 16:45:48 +00:00
parent 4fed7368a0
commit ef4c2fd12d
3 changed files with 4 additions and 2 deletions

View File

@ -1 +1 @@
9192
9193

View File

@ -1 +1 @@
25ca85b59b761c3757c407df66116b4e396c29e6
9e0278d6debefbeaff7a219695d49ca0c789f150

View File

@ -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>