From 19bb2160b3b96740e356de0d24412347ad5df3d1 Mon Sep 17 00:00:00 2001 From: Frank Dillon Date: Wed, 6 Dec 2006 19:23:46 +0000 Subject: [PATCH] Removed for 508 compliance. They exist in the templates. --- lib/WebGUI/Macro/L_loginBox.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/Macro/L_loginBox.pm b/lib/WebGUI/Macro/L_loginBox.pm index 4463ae3f1..d7a99d9bd 100644 --- a/lib/WebGUI/Macro/L_loginBox.pm +++ b/lib/WebGUI/Macro/L_loginBox.pm @@ -94,13 +94,13 @@ sub process { name=>"method", value=>"login" }); - $var{'username.label'} = ''; + $var{'username.label'} = $i18n->get(50, 'WebGUI'); $var{'username.form'} = WebGUI::Form::text($session,{ name=>"username", size=>$boxSize, extras=>'class="loginBoxField"' }); - $var{'password.label'} = ''; + $var{'password.label'} = $i18n->get(51, 'WebGUI'); $var{'password.form'} = WebGUI::Form::password($session,{ name=>"identifier", size=>$boxSize,