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/global/header.html.tmpl | 2 +- template/en/default/global/userselect.html.tmpl | 34 ++++++++++++++++++------- 2 files changed, 26 insertions(+), 10 deletions(-) (limited to 'template/en/default/global') diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 904a89d45..8e94e86f4 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -260,7 +260,7 @@ class="[% urlbase.replace('^https?://','').replace('/$','').replace('[-~@:/.]+','-') %] [% FOREACH class = bodyclasses %] [% ' ' %][% class FILTER css_class_quote %] - [% END %]"> + [% END %] yui-skin-sam"> [%# Migration note: the following file corresponds to the old Param # 'bannerhtml' diff --git a/template/en/default/global/userselect.html.tmpl b/template/en/default/global/userselect.html.tmpl index 35075ef9d..2a2d2cd52 100644 --- a/template/en/default/global/userselect.html.tmpl +++ b/template/en/default/global/userselect.html.tmpl @@ -12,6 +12,7 @@ # # Contributor(s): Byron Jones # Frédéric Buclin + # Guy Pyrzak #%] [%# INTERFACE: @@ -69,15 +70,30 @@ [% END %] [% ELSE %] - + [% IF id && feature_enabled('jsonrpc') %] +
+ [% END %] + + [% IF id && feature_enabled('jsonrpc') %] +
+
+ + [% END %] [% END %] -- cgit v1.2.3-24-g4f1b