put back OpenID label since we cannot rely on the label display

master
joey 2007-04-30 03:41:45 +00:00
parent 1071f422e5
commit 5d5ce9f992
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ sub formbuilder_setup (@) { #{{{
if ($form->title eq "signin") {
$form->field(
name => "openid_url",
label => "",
label => "OpenID",
fieldset => gettext("Log in with")." ".htmllink("", "", "OpenID", noimageinline => 1),
size => 30,
comment => ($config{openidsignup} ? " | <a href=\"$config{openidsignup}\">".gettext("Get an OpenID")."</a>" : "")