Ticket #7728: 7728-members-etal.patch
File 7728-members-etal.patch, 6.3 KB (added by , 7 years ago) |
---|
-
src/bp-templates/bp-nouveau/buddypress/activity/post-form.php
13 13 bp_nouveau_before_activity_post_form(); 14 14 ?> 15 15 16 <h2 class="bp-screen-reader-text"><?php _e( 'Post Update', 'buddypress' ); ?></h2> 17 16 18 <div id="bp-nouveau-activity-form" class="activity-update-form"></div> 17 19 18 20 <?php -
src/bp-templates/bp-nouveau/buddypress/members/single/friends/requests.php
9 9 10 10 <?php if ( bp_has_members( 'type=alphabetical&include=' . bp_get_friendship_requests() ) ) : ?> 11 11 12 <h2 class="screen-heading friendship-requests-screen"><?php esc_html_e( 'Friendship Requests', 'buddypress' ); ?></h2> 13 12 14 <?php bp_nouveau_pagination( 'top' ); ?> 13 15 14 16 <ul id="friend-list" class="<?php bp_nouveau_loop_classes(); ?>" data-bp-list="friendship_requests"> -
src/bp-templates/bp-nouveau/buddypress/members/single/groups/invites.php
9 9 10 10 <?php if ( bp_has_groups( 'type=invites&user_id=' . bp_loggedin_user_id() ) ) : ?> 11 11 12 <h2 class="screen-heading group-invites-screen"><?php esc_html_e( 'Group Invites', 'buddypress' ); ?></h2> 13 12 14 <ul id="group-list" class="invites item-list bp-list" data-bp-list="groups_invites"> 13 15 14 16 <?php -
src/bp-templates/bp-nouveau/buddypress/members/single/profile/change-avatar.php
6 6 */ 7 7 ?> 8 8 9 <h2 class="screen-heading "><?php _e( 'Change Profile Photo', 'buddypress' ); ?></h2>9 <h2 class="screen-heading change-avatar-screen"><?php _e( 'Change Profile Photo', 'buddypress' ); ?></h2> 10 10 11 11 <?php bp_nouveau_member_hook( 'before', 'avatar_upload_content' ); ?> 12 12 -
src/bp-templates/bp-nouveau/buddypress/members/single/profile/change-cover-image.php
7 7 8 8 ?> 9 9 10 <h2 class="screen-heading "><?php _e( 'Change Cover Image', 'buddypress' ); ?></h2>10 <h2 class="screen-heading change-cover-image-screen"><?php _e( 'Change Cover Image', 'buddypress' ); ?></h2> 11 11 12 12 <?php bp_nouveau_member_hook( 'before', 'edit_cover_image' ); ?> 13 13 -
src/bp-templates/bp-nouveau/buddypress/members/single/profile/edit.php
12 12 bp_the_profile_group(); 13 13 ?> 14 14 15 <h2 class="screen-heading edit-profile-screen"><?php _e( 'Edit Profile', 'buddypress' ); ?></h2> 16 15 17 <form action="<?php bp_the_profile_group_edit_form_action(); ?>" method="post" id="profile-edit-form" class="standard-form profile-edit <?php bp_the_profile_group_slug(); ?>"> 16 18 17 19 <?php bp_nouveau_xprofile_hook( 'before', 'field_content' ); ?> … … 24 26 </ul> 25 27 <?php endif; ?> 26 28 27 <h 2 class="screen-heading profile-group-title edit"><?php printf( __( 'Editing \'%s\' Profile Group', 'buddypress' ), bp_get_the_profile_group_name() ); ?></h2>29 <h3 class="screen-heading profile-group-title edit"><?php printf( __( 'Editing \'%s\' Profile Group', 'buddypress' ), bp_get_the_profile_group_name() ); ?></h3> 28 30 29 31 <?php 30 32 while ( bp_profile_fields() ) : -
src/bp-templates/bp-nouveau/buddypress/members/single/profile/profile-loop.php
9 9 10 10 <?php if ( bp_has_profile() ) : ?> 11 11 12 <h2 class="screen-heading view-profile-screen"><?php _e( 'View Profile', 'buddypress' ); ?></h2> 13 12 14 <?php 13 15 while ( bp_profile_groups() ) : 14 16 bp_the_profile_group(); … … 20 22 21 23 <div class="bp-widget <?php bp_the_profile_group_slug(); ?>"> 22 24 23 <h 2class="screen-heading profile-group-title">25 <h3 class="screen-heading profile-group-title"> 24 26 <?php bp_the_profile_group_name(); ?> 25 </h 2>27 </h3> 26 28 27 29 <table class="profile-fields bp-tables-user"> 28 30 -
src/bp-templates/bp-nouveau/buddypress/members/single/profile/profile-wp.php
9 9 10 10 <div class="bp-widget wp-profile"> 11 11 12 <h2 class="screen-heading ">12 <h2 class="screen-heading wp-profile-screen"> 13 13 <?php 14 14 if ( bp_is_my_profile() ) { 15 15 _e( 'My Profile', 'buddypress' ); -
src/bp-templates/bp-nouveau/buddypress/members/single/settings/general.php
7 7 8 8 bp_nouveau_member_hook( 'before', 'settings_template' ); ?> 9 9 10 <h2 class="screen-heading gen aral-settings-screen">10 <h2 class="screen-heading general-settings-screen"> 11 11 <?php _e( 'Email & Password', 'buddypress' ); ?> 12 12 </h2> 13 13