Skip to:
Content

BuddyPress.org

Changeset 3515 for trunk/bp-groups.php


Ignore:
Timestamp:
12/05/2010 04:48:46 PM (14 years ago)
Author:
boonebgorges
Message:

Adds ids to specific notification settings rows. Fixes #2534

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups.php

    r3473 r3515  
    937937
    938938        <tbody>
    939             <tr>
     939            <tr id="groups-notification-settings-invitation">
    940940                <td></td>
    941941                <td><?php _e( 'A member invites you to join a group', 'buddypress' ) ?></td>
     
    943943                <td class="no"><input type="radio" name="notifications[notification_groups_invite]" value="no" <?php if ( 'no' == get_user_meta( $current_user->id, 'notification_groups_invite', true ) ) { ?>checked="checked" <?php } ?>/></td>
    944944            </tr>
    945             <tr>
     945            <tr id="groups-notification-settings-info-updated">
    946946                <td></td>
    947947                <td><?php _e( 'Group information is updated', 'buddypress' ) ?></td>
     
    949949                <td class="no"><input type="radio" name="notifications[notification_groups_group_updated]" value="no" <?php if ( 'no' == get_user_meta( $current_user->id, 'notification_groups_group_updated', true ) ) { ?>checked="checked" <?php } ?>/></td>
    950950            </tr>
    951             <tr>
     951            <tr id="groups-notification-settings-promoted">
    952952                <td></td>
    953953                <td><?php _e( 'You are promoted to a group administrator or moderator', 'buddypress' ) ?></td>
     
    955955                <td class="no"><input type="radio" name="notifications[notification_groups_admin_promotion]" value="no" <?php if ( 'no' == get_user_meta( $current_user->id, 'notification_groups_admin_promotion', true ) ) { ?>checked="checked" <?php } ?>/></td>
    956956            </tr>
    957             <tr>
     957            <tr id="groups-notification-settings-request">
    958958                <td></td>
    959959                <td><?php _e( 'A member requests to join a private group for which you are an admin', 'buddypress' ) ?></td>
Note: See TracChangeset for help on using the changeset viewer.