diff options
author | David Lawrence <dlawrence@mozilla.com> | 2011-07-05 17:06:37 +0200 |
---|---|---|
committer | David Lawrence <dlawrence@mozilla.com> | 2011-07-05 17:06:37 +0200 |
commit | ea6b82f1303f86e5b62ea23985cc47cea5454f9b (patch) | |
tree | a548590aa11314ed2715f10f9394947fb7aea3ab /template/en/default/global | |
parent | e658f6a3e6af7bbcc68d235a58f2294a47074ab6 (diff) | |
download | bugzilla-ea6b82f1303f86e5b62ea23985cc47cea5454f9b.tar.gz bugzilla-ea6b82f1303f86e5b62ea23985cc47cea5454f9b.tar.xz |
Bug 658929 - User autocomplete is very slow when there are lots of users in the profiles table
r/a=mkanat
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/messages.html.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 4beb04891..01eb32651 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -60,6 +60,8 @@ A new password has been set. [% ELSIF field == 'disabledtext' %] The disable text has been modified. + [% ELSIF field == 'is_enabled' %] + The user has been [% otheruser.is_enabled ? 'enabled' : 'disabled' %]. [% ELSIF field == 'extern_id' %] The user's External Login ID has been modified. [% ELSIF field == 'disable_mail' %] |