[Python-checkins] r82353 - tracker/instances/python-dev/html/page.html

martin.v.loewis python-checkins at python.org
Tue Jun 29 02:20:33 CEST 2010


Author: martin.v.loewis
Date: Tue Jun 29 02:20:33 2010
New Revision: 82353

Log:
Issue #337: Embed OpenID logo into login box.


Modified:
   tracker/instances/python-dev/html/page.html

Modified: tracker/instances/python-dev/html/page.html
==============================================================================
--- tracker/instances/python-dev/html/page.html	(original)
+++ tracker/instances/python-dev/html/page.html	Tue Jun 29 02:20:33 2010
@@ -168,7 +168,8 @@
        <a style="display:inline;width:0;margin:0" tal:repeat="prov python:utils.openid_links(request)" tal:attributes="href prov/href">
         <img hspace="0" vspace="0" width="16" height="16" tal:attributes="src prov/src;title prov/title"/>
        </a>
-       <input size="10" name="openid_identifier"/><br/>
+       <input size="10" name="openid_identifier" style="background:url(http://wiki.openid.net/f/openid-16x16.gif
+) center left no-repeat;padding-left:16px"/><br/>
        <input size="10" type="password" name="__login_password"/><br/>
        <input type="hidden" name="@action" value="Login"/>
        <input type="checkbox" name="remember" id="remember"/>


More information about the Python-checkins mailing list