Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/06/2015 09:16:43 PM (11 years ago)
Author:
boonebgorges
Message:

Add improved CSS classes to notification table elements.

Props hnla.
Fixes #6289.

File:
1 edited

Legend:

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

    r9604 r9708  
    2525            <thead>
    2626                <tr>
    27                     <th scope="col" class="thread-checkbox"><label class="bp-screen-reader-text" for="select-all-messages"><?php _e( 'Select all', 'buddypress' ); ?></label><input id="select-all-messages" type="checkbox"></th>
     27                    <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>
    2828                    <th scope="col" class="thread-from"><?php _e( 'From', 'buddypress' ); ?></th>
    2929                    <th scope="col" class="thread-info"><?php _e( 'Subject', 'buddypress' ); ?></th>
     
    3737
    3838                    <tr id="m-<?php bp_message_thread_id(); ?>" class="<?php bp_message_css_class(); ?><?php if ( bp_message_thread_has_unread() ) : ?> unread<?php else: ?> read<?php endif; ?>">
    39                         <td>
     39                        <td class="bulk-select-check">
    4040                            <input type="checkbox" name="message_ids[]" class="message-check" value="<?php bp_message_thread_id(); ?>" />
    4141                        </td>
Note: See TracChangeset for help on using the changeset viewer.