From: Guy Pyrzak Date: Tue, 2 Nov 2010 22:54:50 +0000 (+0100) Subject: Bug 608375: The calendar widget is not available in the Time Summary page X-Git-Tag: bugzilla-4.0rc1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccdaeb84873dba80b5097f0991a414657ee41ae8;p=thirdparty%2Fbugzilla.git Bug 608375: The calendar widget is not available in the Time Summary page r=wicked a=mkanat --- diff --git a/template/en/default/bug/summarize-time.html.tmpl b/template/en/default/bug/summarize-time.html.tmpl index eb5ba7a771..21c26e8c8b 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 %]