Skip to:
Content

bbPress.org


Ignore:
Timestamp:
01/18/2011 08:35:34 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Introduce lost password page. Introduce user_login and user_lost_pass template parts. Introduce supporting login and smart login redirect functions. Normalize submit containers across template forms. (@todo: register, activation, and lost password pages)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-themes/bbp-twentyten/form-bbp_reply.php

    r2810 r2815  
    9494                        <?php endif; ?>
    9595
    96                         <p id="bbp_reply_submit_container">
     96                        <div class="bbp-submit-wrapper">
    9797                            <button type="submit" tabindex="<?php bbp_tab_index(); ?>" id="bbp_reply_submit" name="bbp_reply_submit"><?php _e( 'Submit', 'bbpress' ); ?></button>
    98                         </p>
     98                        </div>
    9999                    </div>
    100100
Note: See TracChangeset for help on using the changeset viewer.