layout improvement
parent
64f798786e
commit
8992e4de2d
|
@ -33,7 +33,7 @@ sub formbuilder_setup (@) { #{{{
|
||||||
label => "",
|
label => "",
|
||||||
fieldset => gettext("Log in with")." ".htmllink("", "", "OpenID", noimageinline => 1),
|
fieldset => gettext("Log in with")." ".htmllink("", "", "OpenID", noimageinline => 1),
|
||||||
size => 30,
|
size => 30,
|
||||||
comment => ($config{openidsignup} ? "(<a href=\"$config{openidsignup}\">".gettext("Get an OpenID")."</a>)" : "")
|
comment => ($config{openidsignup} ? " | <a href=\"$config{openidsignup}\">".gettext("Get an OpenID")."</a>" : "")
|
||||||
);
|
);
|
||||||
|
|
||||||
# Handle submission of an OpenID as validation.
|
# Handle submission of an OpenID as validation.
|
||||||
|
|
Loading…
Reference in New Issue