summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/summarize-time.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/bug/summarize-time.html.tmpl')
-rw-r--r--template/en/default/bug/summarize-time.html.tmpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/template/en/default/bug/summarize-time.html.tmpl b/template/en/default/bug/summarize-time.html.tmpl
index 3978a1c59..932a6e3f4 100644
--- a/template/en/default/bug/summarize-time.html.tmpl
+++ b/template/en/default/bug/summarize-time.html.tmpl
@@ -332,10 +332,10 @@
</form>
<script type="text/javascript">
-<!--
- createCalendar('start_date');
- createCalendar('end_date');
- document.forms['summary'].start_date.focus();
-//--></script>
+ <!--
+ [%+ PROCESS "global/calendar.js.tmpl" id = 'start_date' %]
+ [% PROCESS "global/calendar.js.tmpl" id = 'end_date' %]
+ document.forms['summary'].start_date.focus();
+ //--></script>
<hr noshade size=1>
[% END %]