Ticket #7973: 7973.01.patch
File 7973.01.patch, 1.4 KB (added by , 6 years ago) |
---|
-
src/bp-templates/bp-nouveau/buddypress/members/register.php
14 14 15 15 <?php bp_nouveau_template_notices(); ?> 16 16 17 <?php bp_nouveau_user_feedback( bp_get_current_signup_step() ); ?> 17 <?php bp_nouveau_user_feedback( bp_get_current_signup_step() ); ?> 18 19 <?php if ( 'request-details' === bp_get_current_signup_step() ) : ?> 18 20 19 21 <form action="" name="signup_form" id="signup-form" class="standard-form signup-form clearfix" method="post" enctype="multipart/form-data"> 20 22 21 23 <div class="layout-wrap"> 22 24 23 <?php if ( 'request-details' === bp_get_current_signup_step() ) : ?>24 25 25 <?php bp_nouveau_signup_hook( 'before', 'account_details' ); ?> 26 26 27 27 <div class="register-section default-profile" id="basic-details-section"> … … 102 102 103 103 <?php endif; ?> 104 104 105 105 </div><!-- //.layout-wrap --> 106 106 107 107 <?php bp_nouveau_submit_button( 'register' ); ?> 108 108 109 < ?php endif; // request-details signup step ?>109 </form> 110 110 111 <?php bp_nouveau_signup_hook( 'custom', 'steps' );?>111 <?php endif; // request-details signup step ?> 112 112 113 </form>113 <?php bp_nouveau_signup_hook( 'custom', 'steps' ); ?> 114 114 115 115 </div> 116 116