From 59ed17e8610c3d1b40e4f47a936a34e9c3f2cde8 Mon Sep 17 00:00:00 2001 From: Guy Pyrzak Date: Sun, 21 Feb 2010 16:00:53 -0800 Subject: Bug 490923: Autocomplete assignee, qa contact, and cc on the client side r=LpSolit, a=mkanat --- template/en/default/bug/create/create.html.tmpl | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'template/en/default/bug/create') diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index dce1da762..d82587672 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -30,9 +30,11 @@ [% PROCESS global/header.html.tmpl title = title - style_urls = [ 'skins/standard/create_attachment.css', + style_urls = [ 'skins/standard/yui/autocomplete.css', + 'skins/standard/create_attachment.css', 'skins/standard/yui/calendar.css' ] - javascript_urls = [ "js/attachment.js", "js/util.js", "js/yui/calendar.js", + javascript_urls = [ "js/yui/bz_autocomplete_bundle.js", + "js/attachment.js", "js/util.js", "js/yui/calendar.js", "js/field.js", "js/TUI.js" ] onload = 'set_assign_to();' %] @@ -384,6 +386,7 @@ TUI_hide_default('expert_fields'); Assign To: [% INCLUDE global/userselect.html.tmpl + id => "assigned_to" name => "assigned_to" value => assigned_to disabled => assigned_to_disabled @@ -400,6 +403,7 @@ TUI_hide_default('expert_fields'); QA Contact: [% INCLUDE global/userselect.html.tmpl + id => "qa_contact" name => "qa_contact" value => qa_contact disabled => qa_contact_disabled @@ -416,6 +420,7 @@ TUI_hide_default('expert_fields'); CC: [% INCLUDE global/userselect.html.tmpl + id => "cc" name => "cc" value => cc disabled => cc_disabled -- cgit v1.2.3-24-g4f1b