<div class="standard-form">
<label><%= t 'user.lost_password.email address' %></label>
<%= text_field('user', 'email', { :tabindex => 1} ) %>
- <input type="submit" value="<%= t'user.lost_password.new password button' %>" tabindex="2">
+ <%= submit_tag t('user.lost_password.new password button'), :tabindex => 2 %>
</div>
<% end %>
<%= t 'user.new.openid no password' %>
</span>
</fieldset>
-
- <div class="submitButton"><%= submit_tag t('user.new.continue'), :tabindex => 6 %></div>
+ <%= submit_tag t('user.new.continue'), :tabindex => 6 %>
</div>
<% end %>
<label><%= t 'user.reset_password.confirm password' %></label>
<%= password_field(:user, :pass_crypt_confirmation, {:value => '', :tabindex => 5}) %>
</fieldset>
- <input type="submit" value="<%= t'user.reset_password.reset' %>" tabindex="6">
+ <%= submit_tag t('user.reset_password.reset'), :tabindex => 6 %>
</div>
<% end %>
<p>
<%= f.submit t('user_block.edit.submit') %>
</p>
-<% end %>
\ No newline at end of file
+<% end %>