diff options
author | lpsolit%gmail.com <> | 2009-03-31 21:24:22 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2009-03-31 21:24:22 +0200 |
commit | ffc663e11c9bd310e5a15452739dc64b88095611 (patch) | |
tree | a577f0f94c9a97fd088537c060f497907dc1b0ad /template/en/default/admin | |
parent | d8dc06a626ad4542d9d5db9c5e2a2de7f4003cc6 (diff) | |
download | bugzilla-ffc663e11c9bd310e5a15452739dc64b88095611.tar.gz bugzilla-ffc663e11c9bd310e5a15452739dc64b88095611.tar.xz |
Bug 399089: Remove the 'usermatchmode' parameter - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'template/en/default/admin')
-rw-r--r-- | template/en/default/admin/params/usermatch.html.tmpl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/template/en/default/admin/params/usermatch.html.tmpl b/template/en/default/admin/params/usermatch.html.tmpl index 178a72844..54f150900 100644 --- a/template/en/default/admin/params/usermatch.html.tmpl +++ b/template/en/default/admin/params/usermatch.html.tmpl @@ -29,12 +29,6 @@ "needs to be selected. This option should not be enabled on " _ "sites where there are a large number of users.", - usermatchmode => "Allow match strings to be entered for user names when entering " _ - "and editing ${terms.bugs}.<p> " _ - "'off' disables matching,<br> " _ - "'wildcard' allows only wildcards,<br> " _ - "and 'search' allows both wildcards and substring (freetext) matches.", - 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> " _ |