diff options
author | David Lawrence <dlawrence@mozilla.com> | 2011-11-01 19:12:26 +0100 |
---|---|---|
committer | David Lawrence <dlawrence@mozilla.com> | 2011-11-01 19:12:26 +0100 |
commit | 4a56b6cfca7fceba41f496ebfd7b0e7f3d12c952 (patch) | |
tree | e3319e02f75c6dec546d0f6af1b410db917115f7 /template/en/default/global/userselect.html.tmpl | |
parent | 97d1eac2fc07d05789484b0e806f1382202fbc2f (diff) | |
parent | c6647e9b3449e8af1b876fa8e1cb322ef43f9dcc (diff) | |
download | bugzilla-4a56b6cfca7fceba41f496ebfd7b0e7f3d12c952.tar.gz bugzilla-4a56b6cfca7fceba41f496ebfd7b0e7f3d12c952.tar.xz |
merged with bugzilla/4.2
Diffstat (limited to 'template/en/default/global/userselect.html.tmpl')
-rw-r--r-- | template/en/default/global/userselect.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/global/userselect.html.tmpl b/template/en/default/global/userselect.html.tmpl index 600b21c13..1d0395043 100644 --- a/template/en/default/global/userselect.html.tmpl +++ b/template/en/default/global/userselect.html.tmpl @@ -79,7 +79,7 @@ [% END %] </select> [% ELSE %] - [% IF id && feature_enabled('jsonrpc') %] + [% IF feature_enabled('jsonrpc') && Param('ajax_user_autocompletion') && id %] <div id="[% id FILTER html %]_autocomplete" [% IF classes %] class="[% classes.join(' ') FILTER html %]" [% END %]> [% END %] @@ -94,7 +94,7 @@ [% IF size %] size="[% size FILTER html %]" [% END %] [% IF id %] id="[% id FILTER html %]" [% END %] > - [% IF id && feature_enabled('jsonrpc') %] + [% IF feature_enabled('jsonrpc') && Param('ajax_user_autocompletion') && id %] <div id="[% id FILTER html %]_autocomplete_container"></div> </div> <script type="text/javascript"> |