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_topic.php

    r2810 r2815  
    129129                        <?php endif; ?>
    130130
    131                         <p id="bbp_topic_submit_container">
     131                        <div class="bbp-submit-wrapper">
    132132                            <button type="submit" tabindex="<?php bbp_tab_index(); ?>" id="bbp_topic_submit" name="bbp_topic_submit"><?php _e( 'Submit', 'bbpress' ); ?></button>
    133                         </p>
     133                        </div>
    134134                    </div>
    135135
Note: See TracChangeset for help on using the changeset viewer.