[Bps-public-commit] r20241 - RT-Authen-OpenID/html/Callbacks/OpenID/Elements/Login

ruz at bestpractical.com ruz at bestpractical.com
Mon Dec 28 17:13:49 EST 2009


Author: ruz
Date: Mon Dec 28 17:13:49 2009
New Revision: 20241

Modified:
   RT-Authen-OpenID/html/Callbacks/OpenID/Elements/Login/Default

Log:
* use h3/p for text as in other authen modules

Modified: RT-Authen-OpenID/html/Callbacks/OpenID/Elements/Login/Default
==============================================================================
--- RT-Authen-OpenID/html/Callbacks/OpenID/Elements/Login/Default	(original)
+++ RT-Authen-OpenID/html/Callbacks/OpenID/Elements/Login/Default	Mon Dec 28 17:13:49 2009
@@ -1,12 +1,12 @@
 <%init>
 return unless ($RT::EnableOpenId);
 </%init>
+<h3><&|/l&>Have an <em>OpenID</em>?</&></h3>
+<p><% loc('Log in with it and have a look around.') %></p>
 <div class="input-row">
-    <h3><&|/l&>Have an OpenID? Log in with it and have a look around.</&></h3>
     <span class="label"><&|/l&>OpenID</&>:</span>
     <span class="input"><input name="openid" /></span>
 </div>
-
 <div class="button-row">
     <span class="input"><input type="submit" class="button" value="<&|/l&>Login with OpenID</&>" /></span>
 </div>



More information about the Bps-public-commit mailing list