Skip to:
Content

bbPress.org


Ignore:
Timestamp:
12/28/2011 07:37:22 PM (14 years ago)
Author:
johnjamesjacoby
Message:

Audit the bbp-twentyten theme's actions, HTML, and CSS. See #1702.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-themes/bbp-twentyten/bbpress/form-user-lost-pass.php

    r3207 r3651  
    1010?>
    1111
    12     <form method="post" action="<?php bbp_wp_login_action( array( 'action' => 'lostpassword', 'context' => 'login_post' ) ); ?>" class="bbp-user-register">
    13         <fieldset class="bbp-form">
    14             <legend><?php _e( 'Lost Password', 'bbpress' ); ?></legend>
     12<form method="post" action="<?php bbp_wp_login_action( array( 'action' => 'lostpassword', 'context' => 'login_post' ) ); ?>" class="bbp-user-register">
     13    <fieldset class="bbp-form">
     14        <legend><?php _e( 'Lost Password', 'bbpress' ); ?></legend>
    1515
    16             <div class="bbp-username">
    17                 <p>
    18                     <label for="user_login" class="hide"><?php _e( 'Username or Email', 'bbpress' ); ?>: </label>
    19                     <input type="text" name="user_login" value="" size="20" id="user_login" tabindex="<?php bbp_tab_index(); ?>" />
    20                 </p>
    21             </div>
     16        <div class="bbp-username">
     17            <p>
     18                <label for="user_login" class="hide"><?php _e( 'Username or Email', 'bbpress' ); ?>: </label>
     19                <input type="text" name="user_login" value="" size="20" id="user_login" tabindex="<?php bbp_tab_index(); ?>" />
     20            </p>
     21        </div>
    2222
    23             <div class="bbp-submit-wrapper">
     23        <div class="bbp-submit-wrapper">
    2424
    25                 <?php do_action( 'login_form', 'resetpass' ); ?>
     25            <?php do_action( 'login_form', 'resetpass' ); ?>
    2626
    27                 <input type="submit" name="user-submit" value="<?php _e( 'Reset my password', 'bbpress' ); ?>" class="user-submit" tabindex="<?php bbp_tab_index(); ?>" />
     27            <input type="submit" name="user-submit" value="<?php _e( 'Reset my password', 'bbpress' ); ?>" class="user-submit" tabindex="<?php bbp_tab_index(); ?>" />
    2828
    29                 <?php bbp_user_lost_pass_fields(); ?>
     29            <?php bbp_user_lost_pass_fields(); ?>
    3030
    31             </div>
    32         </fieldset>
    33     </form>
     31        </div>
     32    </fieldset>
     33</form>
Note: See TracChangeset for help on using the changeset viewer.