Changeset 10250
- Timestamp:
- 10/11/2015 06:31:14 PM (9 years ago)
- Location:
- trunk/src/bp-templates/bp-legacy/buddypress/members/single
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php
r10181 r10250 52 52 <thead> 53 53 <tr> 54 <th scope="col" class="thread-checkbox bulk-select-all">< label class="bp-screen-reader-text" for="select-all-messages"><?php _e( 'Select all', 'buddypress' ); ?></label><input id="select-all-messages" type="checkbox"></th>54 <th scope="col" class="thread-checkbox bulk-select-all"><input id="select-all-messages" type="checkbox"><label class="bp-screen-reader-text" for="select-all-messages"><?php _e( 'Select all', 'buddypress' ); ?></label></th> 55 55 <th scope="col" class="thread-from"><?php _e( 'From', 'buddypress' ); ?></th> 56 56 <th scope="col" class="thread-info"><?php _e( 'Subject', 'buddypress' ); ?></th> -
trunk/src/bp-templates/bp-legacy/buddypress/members/single/notifications/notifications-loop.php
r10181 r10250 13 13 <tr> 14 14 <th class="icon"></th> 15 <th class="bulk-select-all">< label class="bp-screen-reader-text" for="select-all-notifications"><?php _e( 'Select all', 'buddypress' ); ?></label><input id="select-all-notifications" type="checkbox"></th>15 <th class="bulk-select-all"><input id="select-all-notifications" type="checkbox"><label class="bp-screen-reader-text" for="select-all-notifications"><?php _e( 'Select all', 'buddypress' ); ?></label></th> 16 16 <th class="title"><?php _e( 'Notification', 'buddypress' ); ?></th> 17 17 <th class="date"><?php _e( 'Date Received', 'buddypress' ); ?></th>
Note: See TracChangeset
for help on using the changeset viewer.