Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/14/2014 03:16:38 PM (11 years ago)
Author:
boonebgorges
Message:

Improve labeling and validation behavior of notifications Bulk Action dropdown.

Props lakrisgubben, hnla.
Fixes #5513.

File:
1 edited

Legend:

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

    r9132 r9143  
    44            <tr>
    55                <th class="icon"></th>
    6                 <th><label for="select-all-notifications"><?php _e( 'Select all', 'buddypress' ); ?></label><input id="select-all-notifications" type="checkbox"></th>
     6                <th><label class="bp-screen-reader-text" for="select-all-notifications"><?php _e( 'Select all', 'buddypress' ); ?></label><input id="select-all-notifications" type="checkbox"></th>
    77                <th class="title"><?php _e( 'Notification', 'buddypress' ); ?></th>
    88                <th class="date"><?php _e( 'Date Received', 'buddypress' ); ?></th>
Note: See TracChangeset for help on using the changeset viewer.