Skip to:
Content

BuddyPress.org

Changeset 10080


Ignore:
Timestamp:
09/01/2015 09:11:33 PM (9 years ago)
Author:
mercime
Message:

Add 'id' attribute to "Notify group members of these changes" input element.

Accessibility fix to add the missing 'id' attribute of checkbox field to
match the 'for' value of associated label tag in Groups > Manage >
Details page.

See #6531.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/groups/single/admin.php

    r9896 r10080  
    4545    <p>
    4646        <label for="group-notify-members">
    47             <input type="checkbox" name="group-notify-members" value="1" /> <?php _e( 'Notify group members of these changes via email', 'buddypress' ); ?>
     47            <input type="checkbox" name="group-notify-members" id="group-notify-members" value="1" /> <?php _e( 'Notify group members of these changes via email', 'buddypress' ); ?>
    4848        </label>
    4949    </p>
Note: See TracChangeset for help on using the changeset viewer.