Changeset 4136
- Timestamp:
- 03/12/2011 08:28:40 PM (14 years ago)
- 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 18 18 <?php do_action( 'bp_before_member_messages_threads' ) ?> 19 19 20 <table id="message-threads" class="zebra ">20 <table id="message-threads" class="zebra messages-notices"> 21 21 <?php while ( bp_message_threads() ) : bp_message_thread(); ?> 22 22 -
trunk/bp-themes/bp-default/members/single/profile/change-avatar.php
r3771 r4136 7 7 <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> 8 8 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"> 10 10 11 11 <?php if ( 'upload-image' == bp_get_avatar_admin_step() ) : ?> -
trunk/bp-themes/bp-default/members/single/settings/notifications.php
r3917 r4136 52 52 <?php do_action( 'bp_template_content' ) ?> 53 53 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"> 55 55 <p><?php _e( 'Send a notification by email when:', 'buddypress' ); ?></p> 56 56
Note: See TracChangeset
for help on using the changeset viewer.