Ticket #3220: improve_activation_notice.diff
File improve_activation_notice.diff, 1.9 KB (added by , 14 years ago) |
---|
-
wp-content/plugins/buddypress/bp-themes/bp-default/registration/register.php
224 224 <?php do_action( 'bp_before_registration_confirmed' ) ?> 225 225 226 226 <?php if ( bp_registration_needs_activation() ) : ?> 227 <p ><?php _e( 'You have successfully created your account! To begin using this site you will need to activate your account via the email we have just sent to your address.', 'buddypress' ) ?></p>227 <p class="confirmation confirmation-via-email"><?php _e( 'You have successfully created your account! To begin using this site you will need to activate your account via the email we have just sent to your address.', 'buddypress' ) ?></p> 228 228 <?php else : ?> 229 <p ><?php _e( 'You have successfully created your account! Please log in using the username and password you have just created.', 'buddypress' ) ?></p>229 <p class="confirmation confirmation-log-in"><?php _e( 'You have successfully created your account! Please log in using the username and password you have just created.', 'buddypress' ) ?></p> 230 230 <?php endif; ?> 231 231 232 232 <?php do_action( 'bp_after_registration_confirmed' ) ?> -
wp-content/plugins/buddypress/bp-themes/bp-default/_inc/css/default.css
753 753 width: 90%; 754 754 margin: 0 0 10px 0; 755 755 } 756 .confirmation-via-email { 757 padding: 25px; 758 font-size: 16px; 759 background-color: orange; 760 } 756 761 757 762 758 763 /* > Buttons