diff options
| author | Guy Pyrzak <guy.pyrzak@gmail.com> | 2010-02-21 16:00:53 -0800 |
|---|---|---|
| committer | Guy Pyrzak <guy.pyrzak@gmail.com> | 2010-02-21 16:00:53 -0800 |
| commit | 59ed17e8610c3d1b40e4f47a936a34e9c3f2cde8 (patch) | |
| tree | 120239facf0172cb7ab89ef4bd39b9b17e4c8224 /template/en/default/admin/components | |
| parent | ea17a5ebc0448e912fb59e03a6d3052a6159edfc (diff) | |
| download | bugs-59ed17e8610c3d1b40e4f47a936a34e9c3f2cde8.tar bugs-59ed17e8610c3d1b40e4f47a936a34e9c3f2cde8.tar.gz bugs-59ed17e8610c3d1b40e4f47a936a34e9c3f2cde8.tar.bz2 bugs-59ed17e8610c3d1b40e4f47a936a34e9c3f2cde8.tar.xz bugs-59ed17e8610c3d1b40e4f47a936a34e9c3f2cde8.zip | |
Bug 490923: Autocomplete assignee, qa contact, and cc on the client side
r=LpSolit, a=mkanat
Diffstat (limited to 'template/en/default/admin/components')
| -rw-r--r-- | template/en/default/admin/components/create.html.tmpl | 2 | ||||
| -rw-r--r-- | template/en/default/admin/components/edit.html.tmpl | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/admin/components/create.html.tmpl b/template/en/default/admin/components/create.html.tmpl index 86411adad..0b1fd6f57 100644 --- a/template/en/default/admin/components/create.html.tmpl +++ b/template/en/default/admin/components/create.html.tmpl @@ -26,6 +26,8 @@ [% title = BLOCK %]Add component to the [% product.name FILTER html %] product[% END %] [% PROCESS global/header.html.tmpl + style_urls = [ 'skins/standard/yui/autocomplete.css'] + javascript_urls = [ "js/yui/bz_autocomplete_bundle.js", "js/field.js"] title = title %] diff --git a/template/en/default/admin/components/edit.html.tmpl b/template/en/default/admin/components/edit.html.tmpl index 9ddb8ca3e..267bfc5c3 100644 --- a/template/en/default/admin/components/edit.html.tmpl +++ b/template/en/default/admin/components/edit.html.tmpl @@ -33,6 +33,8 @@ [% END %] [% PROCESS global/header.html.tmpl title = title + style_urls = [ 'skins/standard/yui/autocomplete.css'] + javascript_urls = [ "js/yui/bz_autocomplete_bundle.js", "js/field.js"] %] <form method="post" action="editcomponents.cgi"> |
