diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-06-18 10:00:38 +0200 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-06-18 10:00:38 +0200 |
commit | 7ae63b1e06f607ede3ed32829ac9316e4c657247 (patch) | |
tree | 2d347681207e337dad6ad21ec15a319b6a734a62 /template/en/default/admin/components | |
parent | 3eb535037ca7ef9ea026cc7799fa0e7d93438089 (diff) | |
download | bugzilla-7ae63b1e06f607ede3ed32829ac9316e4c657247.tar.gz bugzilla-7ae63b1e06f607ede3ed32829ac9316e4c657247.tar.xz |
Bug 572949: Update YUI to 2.8.1
r=glob, a=mkanat
Diffstat (limited to 'template/en/default/admin/components')
-rw-r--r-- | template/en/default/admin/components/create.html.tmpl | 4 | ||||
-rw-r--r-- | template/en/default/admin/components/edit.html.tmpl | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/template/en/default/admin/components/create.html.tmpl b/template/en/default/admin/components/create.html.tmpl index 96c80226c..c3b691d83 100644 --- a/template/en/default/admin/components/create.html.tmpl +++ b/template/en/default/admin/components/create.html.tmpl @@ -26,8 +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"] + yui = [ 'autocomplete' ] + javascript_urls = [ "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 30b7303e7..be14be054 100644 --- a/template/en/default/admin/components/edit.html.tmpl +++ b/template/en/default/admin/components/edit.html.tmpl @@ -33,8 +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"] + yui = [ 'autocomplete' ] + javascript_urls = [ "js/field.js" ] %] <form method="post" action="editcomponents.cgi"> |