page[:openid_submit].show
end
%>
- <%= openid_button "yahoo", "yahoo.com" %>
+ <%= openid_button "yahoo", "me.yahoo.com" %>
<%= openid_button "google", "gmail.com" %>
<%= openid_button "myopenid", "myopenid.com" %>
<%= openid_button "wordpress", "wordpress.com" %>
<table>
<tr id="openid_url">
- <td class="fieldName">
+ <td class="fieldName nowrap">
<%= t 'user.login.openid', :logo => openid_logo %>
</td>
<td><%= text_field_tag("openid_url", "", { :size => 28, :maxlength => 255, :tabindex => 3, :class => "openid_url" }) %></td>
</td>
</tr>
<tr>
- <td class="fieldName nowrap"><label for="remember_me"><%= t 'user.login.remember' %></label></td>
+ <td class="fieldName nowrap" id="remember_me_label"><label for="remember_me"><%= t 'user.login.remember' %></label></td>
<td width="100%"><%= check_box_tag "remember_me", "yes", false, :tabindex => 5 %></td>
</tr>
</table>