aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2015-07-28 18:21:57 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2015-07-28 18:21:57 +0200
commit7fec5691f3fdabacefb646b12c4dcc610210a499 (patch)
tree45b441be0418fb68b7b8ad73bc91f835d2911e79 /template/en/default
parent95c3c88b2ae3e881f068f026b1c8cbc13c79f0a3 (diff)
downloadbugs-7fec5691f3fdabacefb646b12c4dcc610210a499.tar
bugs-7fec5691f3fdabacefb646b12c4dcc610210a499.tar.gz
bugs-7fec5691f3fdabacefb646b12c4dcc610210a499.tar.bz2
bugs-7fec5691f3fdabacefb646b12c4dcc610210a499.tar.xz
bugs-7fec5691f3fdabacefb646b12c4dcc610210a499.zip
Bug 1181649: Date picker is broken in "Summarize Time" page
r=gerv a=sgreen
Diffstat (limited to 'template/en/default')
-rw-r--r--template/en/default/bug/summarize-time.html.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/bug/summarize-time.html.tmpl b/template/en/default/bug/summarize-time.html.tmpl
index 8bfe3c1c6..9613eebf1 100644
--- a/template/en/default/bug/summarize-time.html.tmpl
+++ b/template/en/default/bug/summarize-time.html.tmpl
@@ -267,6 +267,7 @@
<button type="button" class="calendar_button" id="button_calendar_start_date"
onclick="showCalendar('start_date')"><span>Calendar</span>
</button>
+ <div id="con_calendar_start_date"></div>
<span class="label">
and <label accesskey="e" for="end_date"><u>e</u>nding</label>:
</span>
@@ -276,6 +277,7 @@
<button type="button" class="calendar_button" id="button_calendar_end_date"
onclick="showCalendar('end_date')"><span>Calendar</span>
</button>
+ <div id="con_calendar_end_date"></div>
<br>
<span class="bz_info">(Dates are optional, and in YYYY-MM-DD format)</span>
</td>