diff options
author | lpsolit%gmail.com <> | 2008-12-29 01:02:12 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-12-29 01:02:12 +0100 |
commit | 43a2416049c49a85ce84ede5567889d061a4e946 (patch) | |
tree | e623608c6dce308e6d94a9d3a162c8ff93a95e18 /template/en/default/admin | |
parent | 4240812eb919847f4a20ecbde9b946a9e8b50038 (diff) | |
download | bugzilla-43a2416049c49a85ce84ede5567889d061a4e946.tar.gz bugzilla-43a2416049c49a85ce84ede5567889d061a4e946.tar.xz |
Bug 465589: Already selected user accounts are no longer displayed when usemenuforusers is enabled and the account has been disabled - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
Diffstat (limited to 'template/en/default/admin')
-rw-r--r-- | template/en/default/admin/components/create.html.tmpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/template/en/default/admin/components/create.html.tmpl b/template/en/default/admin/components/create.html.tmpl index 86411adad..0949837fc 100644 --- a/template/en/default/admin/components/create.html.tmpl +++ b/template/en/default/admin/components/create.html.tmpl @@ -52,7 +52,6 @@ [% INCLUDE global/userselect.html.tmpl name => "initialowner" id => "initialowner" - value => "" size => 64 %] </td> @@ -65,7 +64,6 @@ [% INCLUDE global/userselect.html.tmpl name => "initialqacontact" id => "initialqacontact" - value => "" size => 64 emptyok => 1 %] @@ -80,7 +78,6 @@ [% INCLUDE global/userselect.html.tmpl name => "initialcc" id => "initialcc" - value => "" size => 64 multiple => 5 %] |