Skip to:
Content

BuddyPress.org


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

Add label for checkbox in Messages > Compose.

Accessibility fix adds label tag for checkbox input field to send the
notice to all users in the Messages > Compose screen.

See #6531.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/members/single/messages/compose.php

    r10078 r10086  
    1919
    2020        <?php if ( bp_current_user_can( 'bp_moderate' ) ) : ?>
    21                 <input type="checkbox" id="send-notice" name="send-notice" value="1" /> <?php _e( "This is a notice to all users.", "buddypress" ); ?>
     21                <p><label for="send-notice"><input type="checkbox" id="send-notice" name="send-notice" value="1" /> <?php _e( "This is a notice to all users.", "buddypress" ); ?></label></p>
    2222        <?php endif; ?>
    2323
Note: See TracChangeset for help on using the changeset viewer.