summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2015-07-28 18:20:49 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2015-07-28 18:20:49 +0200
commitbdc889f4bec1ebc63bdb0442516a48267a910271 (patch)
tree51ef7f3f29989b4bf7d3518c2381805f052c844a /template
parent5e1fb17c196208c06715911a6592644f3e5de51c (diff)
downloadbugzilla-bdc889f4bec1ebc63bdb0442516a48267a910271.tar.gz
bugzilla-bdc889f4bec1ebc63bdb0442516a48267a910271.tar.xz
Bug 1181649: Date picker is broken in "Summarize Time" page
r=gerv a=sgreen
Diffstat (limited to 'template')
-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>