From 9dd2ad8508250535aacdac771d052683a5b35874 Mon Sep 17 00:00:00 2001 From: Guy Pyrzak Date: Tue, 2 Nov 2010 23:51:47 +0100 Subject: Bug 608375: The calendar widget is not available in the Time Summary page r=wicked a=mkanat --- template/en/default/bug/summarize-time.html.tmpl | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) (limited to 'template') diff --git a/template/en/default/bug/summarize-time.html.tmpl b/template/en/default/bug/summarize-time.html.tmpl index eb5ba7a77..21c26e8c8 100644 --- a/template/en/default/bug/summarize-time.html.tmpl +++ b/template/en/default/bug/summarize-time.html.tmpl @@ -32,6 +32,8 @@ header = header style_urls = ["skins/standard/summarize-time.css"] doc_section = "timetracking.html" + yui = ['calendar'] + javascript_urls = [ "js/util.js", "js/field.js" ] %] [% INCLUDE query_form %] @@ -281,11 +283,23 @@ for="start_date">Period starting: + align="right" value="[% start_date FILTER html %]" maxlength="10" + onchange="updateCalendarFromField(this)"> + +
  and : + align="right" value ="[% end_date FILTER html %]" maxlength="10" + onchange="updateCalendarFromField(this)"> + +
@@ -329,7 +343,9 @@
[% END %] -- cgit v1.2.3-24-g4f1b