From e397e43a24203eecd6e4daeb67d708e8c6bb4f04 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 17 Mar 2009 16:22:52 +0000 Subject: Bug 482365: Values displayed in userselect.html.tmpl may be incorrect if "value" is not explicitly set - Patch by Frédéric Buclin r=wicked a=LpSolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/admin/components/create.html.tmpl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'template/en/default/admin/components/create.html.tmpl') diff --git a/template/en/default/admin/components/create.html.tmpl b/template/en/default/admin/components/create.html.tmpl index 0949837fc..86411adad 100644 --- a/template/en/default/admin/components/create.html.tmpl +++ b/template/en/default/admin/components/create.html.tmpl @@ -52,6 +52,7 @@ [% INCLUDE global/userselect.html.tmpl name => "initialowner" id => "initialowner" + value => "" size => 64 %] @@ -64,6 +65,7 @@ [% INCLUDE global/userselect.html.tmpl name => "initialqacontact" id => "initialqacontact" + value => "" size => 64 emptyok => 1 %] @@ -78,6 +80,7 @@ [% INCLUDE global/userselect.html.tmpl name => "initialcc" id => "initialcc" + value => "" size => 64 multiple => 5 %] -- cgit v1.2.3-24-g4f1b