[geeklog-cvs] Geeklog-1.x/public_html/layout/professional loginform_openid.thtml, 1.2, 1.3

Dirk Haun dhaun at qs1489.pair.com
Sun Mar 9 05:39:18 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional
In directory qs1489.pair.com:/tmp/cvs-serv97268/public_html/layout/professional

Modified Files:
	loginform_openid.thtml 
Log Message:
Make the OpenID input field wider when displayed on users.php


Index: loginform_openid.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/loginform_openid.thtml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** loginform_openid.thtml	25 Nov 2007 06:59:22 -0000	1.2
--- loginform_openid.thtml	9 Mar 2008 09:39:16 -0000	1.3
***************
*** 1,5 ****
  <form action="{site_url}/users.php?openid_login=1" method="post">
    <b><label for="identity_url">{lang_openid_login}</label></b><br{xhtml}>
!   <input name="identity_url" style='background: url("{site_url}/images/openid_login_icon.png") no-repeat;background-color:#fff;background-position:0 50%;color:#000;padding-left:18px;font-family:monospace;font-size:10px' value="http://" size="18"{xhtml}>
    <input src="{site_url}/images/right_arrow.png" style="padding:1px;margin-bottom:-5px;height:16px;width:16px;border:1px" type="image"{xhtml}>
  </form>
--- 1,5 ----
  <form action="{site_url}/users.php?openid_login=1" method="post">
    <b><label for="identity_url">{lang_openid_login}</label></b><br{xhtml}>
!   <input name="identity_url" style='background: url("{site_url}/images/openid_login_icon.png") no-repeat;background-color:#fff;background-position:0 50%;color:#000;padding-left:18px;font-family:monospace;font-size:10px' value="http://" size="{input_field_size}"{xhtml}>
    <input src="{site_url}/images/right_arrow.png" style="padding:1px;margin-bottom:-5px;height:16px;width:16px;border:1px" type="image"{xhtml}>
  </form>




More information about the geeklog-cvs mailing list