Changeset 2583 for trunk/bp-themes/bp-default/registration/register.php
- Timestamp:
- 02/04/2010 12:10:32 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/registration/register.php
r2464 r2583 42 42 <input type="password" name="signup_password_confirm" id="signup_password_confirm" value="" /> 43 43 44 </div> 44 </div><!-- #basic-details-section --> 45 45 46 46 <?php do_action( 'bp_after_account_details_fields' ) ?> … … 51 51 <?php /***** Extra Profile Details ******/ ?> 52 52 53 <?php if ( bp_is_active( 'xprofile' ) ) : ?> 53 54 <div class="register-section" id="profile-details-section"> 54 55 … … 155 156 <input type="hidden" name="signup_profile_field_ids" id="signup_profile_field_ids" value="<?php bp_the_profile_group_field_ids() ?>" /> 156 157 157 </div> 158 159 <?php endwhile; endif; endif; ?> 158 <?php endwhile; endif; endif; ?> 159 160 </div><!-- #profile-details-section --> 161 <?php endif; ?> 160 162 161 163 <?php do_action( 'bp_after_signup_profile_fields' ) ?> … … 196 198 </div> 197 199 198 </div> 200 </div><!-- #blog-details-section --> 199 201 200 202 <?php do_action( 'bp_after_blog_details_fields' ) ?> … … 205 207 206 208 <div class="submit"> 207 <input type="submit" 209 <input type="submit"name="signup_submit" id="signup_submit" value="<?php _e( 'Complete Sign Up', 'buddypress' ) ?> →" /> 208 210 </div> 209 211 … … 226 228 <?php endif; ?> 227 229 228 <?php if ( !(int)get_site_option( 'bp-disable-avatar-uploads' ) ) : ?>230 <?php if ( bp_is_active( 'xprofile' ) && !(int)get_site_option( 'bp-disable-avatar-uploads' ) ) : ?> 229 231 230 232 <?php if ( 'upload-image' == bp_get_avatar_admin_step() ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.