Bad HTML in "forgotten password" page

Here’s the HTML. You have

tags without a table. And, instead of
continuing the table model, the button bar is in a div (not truly bad,
but
incosistent).

Enter your email address in the field below and click 'Reset Password' to have instructions on how to retrieve your forgotten password emailed to you.

<form action="/user/forgot_password" method="post">
          <tr class="two_columns">

      <td class="prompt"><label>Email Address:</label></td>
      <td class="value"><input id="user_email" name="user[email]"

size=“30” type=“text” value="" />



  <div class="button-bar">
    <input name="commit" type="submit" value="Submit request" />
    <a href="/user/login">Cancel</a>
  </div>

</form>

Work up a patch and submit it here please -
http://dev.rails-engines.org/tickets/new

  • james

On 3/3/06, David C. [email protected] wrote:

          <tr class="two_columns">
  </div>

</form>
_______________________________________________ engine-users mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org

  • J *
    ~