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:
parent
4fed7368a0
commit
ef4c2fd12d
@ -1 +1 @@
|
|||||||
9192
|
9193
|
||||||
@ -1 +1 @@
|
|||||||
25ca85b59b761c3757c407df66116b4e396c29e6
|
9e0278d6debefbeaff7a219695d49ca0c789f150
|
||||||
@ -216,9 +216,11 @@ function subcatSelected() {
|
|||||||
<td>
|
<td>
|
||||||
<label for="datefrom"><b>Date Range</b></label>:
|
<label for="datefrom"><b>Date Range</b></label>:
|
||||||
<input type="text" size="12" name="datefrom" id="datefrom"
|
<input type="text" size="12" name="datefrom" id="datefrom"
|
||||||
|
placeholder="YYYY-MM-DD"
|
||||||
value="[% time2str("%Y-%m-%d", chart.datefrom) IF chart.datefrom%]">
|
value="[% time2str("%Y-%m-%d", chart.datefrom) IF chart.datefrom%]">
|
||||||
<label for="dateto"><b>to</b></label>
|
<label for="dateto"><b>to</b></label>
|
||||||
<input type="text" size="12" name="dateto" id="dateto"
|
<input type="text" size="12" name="dateto" id="dateto"
|
||||||
|
placeholder="YYYY-MM-DD"
|
||||||
value="[% time2str("%Y-%m-%d", chart.dateto) IF chart.dateto %]">
|
value="[% time2str("%Y-%m-%d", chart.dateto) IF chart.dateto %]">
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user