diff options
author | lpsolit%gmail.com <> | 2008-11-20 05:08:09 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-11-20 05:08:09 +0100 |
commit | c72d05686971da020a4aee3b8c9961be69b8d03d (patch) | |
tree | 5b9cde521b703a30edfb3022913653f40de193c9 | |
parent | 60b43282ca58685f7e3fd597cd5b93241088e607 (diff) | |
download | bugzilla-c72d05686971da020a4aee3b8c9961be69b8d03d.tar.gz bugzilla-c72d05686971da020a4aee3b8c9961be69b8d03d.tar.xz |
Bug 465817: The sudo session UI lets you select several users to impersonate at once - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
-rw-r--r-- | template/en/default/admin/sudo.html.tmpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/template/en/default/admin/sudo.html.tmpl b/template/en/default/admin/sudo.html.tmpl index 4dc70f95a..680bcfbb3 100644 --- a/template/en/default/admin/sudo.html.tmpl +++ b/template/en/default/admin/sudo.html.tmpl @@ -52,10 +52,9 @@ [% INCLUDE global/userselect.html.tmpl id => "target_login" name => "target_login" - value => "$target_login_default" + value => target_login_default accesskey => "u" size => 30 - multiple => 5 %] </p> |