Skip to:
Content

BuddyPress.org

Ticket #6531: 6531-settings-email.2.patch

File 6531-settings-email.2.patch, 10.4 KB (added by mercime, 9 years ago)
  • src/bp-activity/bp-activity-screens.php

     
    387387                                <tr id="activity-notification-settings-mentions">
    388388                                        <td>&nbsp;</td>
    389389                                        <td><?php printf( __( 'A member mentions you in an update using "@%s"', 'buddypress' ), bp_core_get_username( bp_displayed_user_id() ) ) ?></td>
    390                                         <td class="yes"><input type="radio" name="notifications[notification_activity_new_mention]" value="yes" <?php checked( $mention, 'yes', true ) ?>/></td>
    391                                         <td class="no"><input type="radio" name="notifications[notification_activity_new_mention]" value="no" <?php checked( $mention, 'no', true ) ?>/></td>
     390                                        <td class="yes"><label><input type="radio" name="notifications[notification_activity_new_mention]" value="yes" <?php checked( $mention, 'yes', true ) ?>/><span class="bp-screen-reader-text"><?php _e( 'Send email', 'buddypress' ); ?></span></label></td>
     391                                        <td class="no"><label><input type="radio" name="notifications[notification_activity_new_mention]" value="no" <?php checked( $mention, 'no', true ) ?>/><span class="bp-screen-reader-text"><?php _e( 'Do not send email', 'buddypress' ); ?></span></label></td>
    392392                                </tr>
    393393                        <?php endif; ?>
    394394
     
    395395                        <tr id="activity-notification-settings-replies">
    396396                                <td>&nbsp;</td>
    397397                                <td><?php _e( "A member replies to an update or comment you've posted", 'buddypress' ) ?></td>
    398                                 <td class="yes"><input type="radio" name="notifications[notification_activity_new_reply]" value="yes" <?php checked( $reply, 'yes', true ) ?>/></td>
    399                                 <td class="no"><input type="radio" name="notifications[notification_activity_new_reply]" value="no" <?php checked( $reply, 'no', true ) ?>/></td>
     398                                <td class="yes"><label><input type="radio" name="notifications[notification_activity_new_reply]" value="yes" <?php checked( $reply, 'yes', true ) ?>/><span class="bp-screen-reader-text"><?php _e( 'Send email', 'buddypress' ); ?></span></label></td>
     399                                <td class="no"><label><input type="radio" name="notifications[notification_activity_new_reply]" value="no" <?php checked( $reply, 'no', true ) ?>/><span class="bp-screen-reader-text"><?php _e( 'Do not send email', 'buddypress' ); ?></span></label></td>
    400400                        </tr>
    401401
    402402                        <?php
  • src/bp-friends/bp-friends-screens.php

     
    116116                        <tr id="friends-notification-settings-request">
    117117                                <td></td>
    118118                                <td><?php _ex( 'A member sends you a friendship request', 'Friend settings on notification settings page', 'buddypress' ) ?></td>
    119                                 <td class="yes"><input type="radio" name="notifications[notification_friends_friendship_request]" value="yes" <?php checked( $send_requests, 'yes', true ) ?>/></td>
    120                                 <td class="no"><input type="radio" name="notifications[notification_friends_friendship_request]" value="no" <?php checked( $send_requests, 'no', true ) ?>/></td>
     119                                <td class="yes"><label><input type="radio" name="notifications[notification_friends_friendship_request]" value="yes" <?php checked( $send_requests, 'yes', true ) ?>/><span class="bp-screen-reader-text"><?php _e( 'Send email', 'buddypress' ); ?></span></label></td>
     120                                <td class="no"><label><input type="radio" name="notifications[notification_friends_friendship_request]" value="no" <?php checked( $send_requests, 'no', true ) ?>/><span class="bp-screen-reader-text"><?php _e( 'Do not send email', 'buddypress' ); ?></span></label></td>
    121121                        </tr>
    122122                        <tr id="friends-notification-settings-accepted">
    123123                                <td></td>
    124124                                <td><?php _ex( 'A member accepts your friendship request', 'Friend settings on notification settings page', 'buddypress' ) ?></td>
    125                                 <td class="yes"><input type="radio" name="notifications[notification_friends_friendship_accepted]" value="yes" <?php checked( $accept_requests, 'yes', true ) ?>/></td>
    126                                 <td class="no"><input type="radio" name="notifications[notification_friends_friendship_accepted]" value="no" <?php checked( $accept_requests, 'no', true ) ?>/></td>
     125                                <td class="yes"><label><input type="radio" name="notifications[notification_friends_friendship_accepted]" value="yes" <?php checked( $accept_requests, 'yes', true ) ?>/><span class="bp-screen-reader-text"><?php _e( 'Send email', 'buddypress' ); ?></span></label></td>
     126                                <td class="no"><label><input type="radio" name="notifications[notification_friends_friendship_accepted]" value="no" <?php checked( $accept_requests, 'no', true ) ?>/><span class="bp-screen-reader-text"><?php _e( 'Do not send email', 'buddypress' ); ?></span></label></td>
    127127                        </tr>
    128128
    129129                        <?php
  • src/bp-groups/bp-groups-screens.php

     
    13381338                        <tr id="groups-notification-settings-invitation">
    13391339                                <td></td>
    13401340                                <td><?php _ex( 'A member invites you to join a group', 'group settings on notification settings page','buddypress' ) ?></td>
    1341                                 <td class="yes"><input type="radio" name="notifications[notification_groups_invite]" value="yes" <?php checked( $group_invite, 'yes', true ) ?>/></td>
    1342                                 <td class="no"><input type="radio" name="notifications[notification_groups_invite]" value="no" <?php checked( $group_invite, 'no', true ) ?>/></td>
     1341                                <td class="yes"><label><input type="radio" name="notifications[notification_groups_invite]" value="yes" <?php checked( $group_invite, 'yes', true ) ?>/><span class="bp-screen-reader-text"><?php _e( 'Send email', 'buddypress' ); ?></span></label></td>
     1342                                <td class="no"><label><input type="radio" name="notifications[notification_groups_invite]" value="no" <?php checked( $group_invite, 'no', true ) ?>/><span class="bp-screen-reader-text"><?php _e( 'Do not send email', 'buddypress' ); ?></span></label></td>
    13431343                        </tr>
    13441344                        <tr id="groups-notification-settings-info-updated">
    13451345                                <td></td>
    13461346                                <td><?php _ex( 'Group information is updated', 'group settings on notification settings page', 'buddypress' ) ?></td>
    1347                                 <td class="yes"><input type="radio" name="notifications[notification_groups_group_updated]" value="yes" <?php checked( $group_update, 'yes', true ) ?>/></td>
    1348                                 <td class="no"><input type="radio" name="notifications[notification_groups_group_updated]" value="no" <?php checked( $group_update, 'no', true ) ?>/></td>
     1347                                <td class="yes"><label><input type="radio" name="notifications[notification_groups_group_updated]" value="yes" <?php checked( $group_update, 'yes', true ) ?>/><span class="bp-screen-reader-text"><?php _e( 'Send email', 'buddypress' ); ?></span></label></td>
     1348                                <td class="no"><label><input type="radio" name="notifications[notification_groups_group_updated]" value="no" <?php checked( $group_update, 'no', true ) ?>/><span class="bp-screen-reader-text"><?php _e( 'Do not send email', 'buddypress' ); ?></span></label></td>
    13491349                        </tr>
    13501350                        <tr id="groups-notification-settings-promoted">
    13511351                                <td></td>
    13521352                                <td><?php _ex( 'You are promoted to a group administrator or moderator', 'group settings on notification settings page', 'buddypress' ) ?></td>
    1353                                 <td class="yes"><input type="radio" name="notifications[notification_groups_admin_promotion]" value="yes" <?php checked( $group_promo, 'yes', true ) ?>/></td>
    1354                                 <td class="no"><input type="radio" name="notifications[notification_groups_admin_promotion]" value="no" <?php checked( $group_promo, 'no', true ) ?>/></td>
     1353                                <td class="yes"><label><input type="radio" name="notifications[notification_groups_admin_promotion]" value="yes" <?php checked( $group_promo, 'yes', true ) ?>/><span class="bp-screen-reader-text"><?php _e( 'Send email', 'buddypress' ); ?></span></label></td>
     1354                                <td class="no"><label><input type="radio" name="notifications[notification_groups_admin_promotion]" value="no" <?php checked( $group_promo, 'no', true ) ?>/><span class="bp-screen-reader-text"><?php _e( 'Do not send email', 'buddypress' ); ?></span></label></td>
    13551355                        </tr>
    13561356                        <tr id="groups-notification-settings-request">
    13571357                                <td></td>
    13581358                                <td><?php _ex( 'A member requests to join a private group for which you are an admin', 'group settings on notification settings page', 'buddypress' ) ?></td>
    1359                                 <td class="yes"><input type="radio" name="notifications[notification_groups_membership_request]" value="yes" <?php checked( $group_request, 'yes', true ) ?>/></td>
    1360                                 <td class="no"><input type="radio" name="notifications[notification_groups_membership_request]" value="no" <?php checked( $group_request, 'no', true ) ?>/></td>
     1359                                <td class="yes"><label><input type="radio" name="notifications[notification_groups_membership_request]" value="yes" <?php checked( $group_request, 'yes', true ) ?>/><span class="bp-screen-reader-text"><?php _e( 'Send email', 'buddypress' ); ?></span></label></td>
     1360                                <td class="no"><label><input type="radio" name="notifications[notification_groups_membership_request]" value="no" <?php checked( $group_request, 'no', true ) ?>/><span class="bp-screen-reader-text"><?php _e( 'Do not send email', 'buddypress' ); ?></span></label></td>
    13611361                        </tr>
    13621362
    13631363                        <?php
  • src/bp-messages/bp-messages-screens.php

     
    209209                        <tr id="messages-notification-settings-new-message">
    210210                                <td></td>
    211211                                <td><?php _e( 'A member sends you a new message', 'buddypress' ) ?></td>
    212                                 <td class="yes"><input type="radio" name="notifications[notification_messages_new_message]" value="yes" <?php checked( $new_messages, 'yes', true ) ?>/></td>
    213                                 <td class="no"><input type="radio" name="notifications[notification_messages_new_message]" value="no" <?php checked( $new_messages, 'no', true ) ?>/></td>
     212                                <td class="yes"><label><input type="radio" name="notifications[notification_messages_new_message]" value="yes" <?php checked( $new_messages, 'yes', true ) ?>/><span class="bp-screen-reader-text"><?php _e( 'Send email', 'buddypress' ); ?></span></label></td>
     213                                <td class="no"><label><input type="radio" name="notifications[notification_messages_new_message]" value="no" <?php checked( $new_messages, 'no', true ) ?>/><span class="bp-screen-reader-text"><?php _e( 'Do not send email', 'buddypress' ); ?></span></label></td>
    214214                        </tr>
    215215
    216216                        <?php