diff options
author | David Lawrence <dlawrence@mozilla.com> | 2011-10-24 23:54:13 +0200 |
---|---|---|
committer | David Lawrence <dlawrence@mozilla.com> | 2011-10-24 23:54:13 +0200 |
commit | b1ef06ac929b878163befb7effa54aa13d6426e5 (patch) | |
tree | a0c2617bd49ea7bc3bd56ef265345f77a6d7e319 /template/en/default/admin | |
parent | 650a2f9f5807536ee118ba031622bede7f4e1642 (diff) | |
download | bugzilla-b1ef06ac929b878163befb7effa54aa13d6426e5.tar.gz bugzilla-b1ef06ac929b878163befb7effa54aa13d6426e5.tar.xz |
Bug 685552 - Email auto-completion causes server to thrash
r/a=mkanat
Diffstat (limited to 'template/en/default/admin')
-rw-r--r-- | template/en/default/admin/params/usermatch.html.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/en/default/admin/params/usermatch.html.tmpl b/template/en/default/admin/params/usermatch.html.tmpl index 54f150900..d574edca7 100644 --- a/template/en/default/admin/params/usermatch.html.tmpl +++ b/template/en/default/admin/params/usermatch.html.tmpl @@ -29,6 +29,9 @@ "needs to be selected. This option should not be enabled on " _ "sites where there are a large number of users.", + ajax_user_autocompletion => "If this option is set, typing characters in a certain user " _ + "fields will display a list of matches that can be selected from.", + maxusermatches => "Search for no more than this many matches.<br> " _ "If set to '1', no users will be displayed on ambiguous matches. " _ "This is useful for user privacy purposes.<br> " _ |