Commit 7fec5691 authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 1181649: Date picker is broken in "Summarize Time" page

r=gerv a=sgreen
parent 95c3c88b
...@@ -267,6 +267,7 @@ ...@@ -267,6 +267,7 @@
<button type="button" class="calendar_button" id="button_calendar_start_date" <button type="button" class="calendar_button" id="button_calendar_start_date"
onclick="showCalendar('start_date')"><span>Calendar</span> onclick="showCalendar('start_date')"><span>Calendar</span>
</button> </button>
<div id="con_calendar_start_date"></div>
<span class="label"> <span class="label">
and <label accesskey="e" for="end_date"><u>e</u>nding</label>: and <label accesskey="e" for="end_date"><u>e</u>nding</label>:
</span> </span>
...@@ -276,6 +277,7 @@ ...@@ -276,6 +277,7 @@
<button type="button" class="calendar_button" id="button_calendar_end_date" <button type="button" class="calendar_button" id="button_calendar_end_date"
onclick="showCalendar('end_date')"><span>Calendar</span> onclick="showCalendar('end_date')"><span>Calendar</span>
</button> </button>
<div id="con_calendar_end_date"></div>
<br> <br>
<span class="bz_info">(Dates are optional, and in YYYY-MM-DD format)</span> <span class="bz_info">(Dates are optional, and in YYYY-MM-DD format)</span>
</td> </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