Skip to:
Content

bbPress.org

Ticket #2364: 2364-option2.diff

File 2364-option2.diff, 878 bytes (added by imath, 11 years ago)
  • templates/default/bbpress/form-user-edit.php

     
    168168        <?php endif; ?>
    169169
    170170        <?php do_action( 'bbp_user_edit_after' ); ?>
     171       
     172        <fieldset class="bbp-form">
    171173
     174                <div>
     175                        <label for="admin_bar_front"><?php _e( 'WordPress Toolbar', 'bbpress' ) ?></label>
     176                        <input type="checkbox" name="admin_bar_front" id="admin_bar_front" value="1" class="checkbox" tabindex="<?php bbp_tab_index(); ?>" <?php checked( _get_admin_bar_pref( 'front', bbp_get_displayed_user_id() ) ); ?>/>
     177                        <?php _e( 'Show Toolbar when viewing site', 'bbpress' ) ?>
     178
     179                </div>
     180
     181        </fieldset>
     182
    172183        <fieldset class="submit">
    173184                <legend><?php _e( 'Save Changes', 'bbpress' ); ?></legend>
    174185                <div>