X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/93c6d2c340b9529eedf611d6e753030cc9c29ae9..69d27a2ecdcc149b971d5d945d9cc041730809b9:/IkiWiki/Plugin/openid.pm?ds=inline diff --git a/IkiWiki/Plugin/openid.pm b/IkiWiki/Plugin/openid.pm index 8bf3f63fd..99cf0a5a0 100644 --- a/IkiWiki/Plugin/openid.pm +++ b/IkiWiki/Plugin/openid.pm @@ -30,12 +30,10 @@ sub formbuilder_setup (@) { #{{{ if ($form->title eq "signin") { $form->field( name => "openid_url", - label => "OpenID", + label => "", + fieldset => gettext("Log in with")." ".htmllink("", "", "OpenID", noimageinline => 1), size => 30, - comment => '('. - htmllink("", "", "OpenID", noimageinline => 1, linktext => gettext("What's this?")) - .($config{openidsignup} ? " | ".gettext("Get an OpenID")."" : "") - .')' + comment => ($config{openidsignup} ? " | ".gettext("Get an OpenID")."" : "") ); # Handle submission of an OpenID as validation.