Skip to:
Content

BuddyPress.org

Changeset 4136


Ignore:
Timestamp:
03/12/2011 08:28:40 PM (14 years ago)
Author:
djpaul
Message:

Adds missing form CSS classes. Fixes #3110, props ptahdunbar

Location:
trunk/bp-themes/bp-default/members/single
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/members/single/messages/messages-loop.php

    r3771 r4136  
    1818    <?php do_action( 'bp_before_member_messages_threads' ) ?>
    1919
    20     <table id="message-threads" class="zebra">
     20    <table id="message-threads" class="zebra messages-notices">
    2121        <?php while ( bp_message_threads() ) : bp_message_thread(); ?>
    2222
  • trunk/bp-themes/bp-default/members/single/profile/change-avatar.php

    r3771 r4136  
    77    <p><?php _e( 'Your avatar will be used on your profile and throughout the site. If there is a <a href="http://gravatar.com">Gravatar</a> associated with your account email we will use that, or you can upload an image from your computer.', 'buddypress') ?></p>
    88
    9     <form action="" method="post" id="avatar-upload-form" enctype="multipart/form-data">
     9    <form action="" method="post" id="avatar-upload-form" class="standard-form" enctype="multipart/form-data">
    1010
    1111        <?php if ( 'upload-image' == bp_get_avatar_admin_step() ) : ?>
  • trunk/bp-themes/bp-default/members/single/settings/notifications.php

    r3917 r4136  
    5252                <?php do_action( 'bp_template_content' ) ?>
    5353
    54                 <form action="<?php echo bp_displayed_user_domain() . bp_get_settings_slug() . '/notifications'; ?>" method="post" id="settings-form">
     54                <form action="<?php echo bp_displayed_user_domain() . bp_get_settings_slug() . '/notifications'; ?>" method="post" class="standard-form" id="settings-form">
    5555                    <p><?php _e( 'Send a notification by email when:', 'buddypress' ); ?></p>
    5656
Note: See TracChangeset for help on using the changeset viewer.