Skip to:
Content

BuddyPress.org

Changeset 1331


Ignore:
Timestamp:
04/14/2009 08:58:32 AM (17 years ago)
Author:
apeatling
Message:

Fixes #656

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-admin.php

    r1138 r1331  
    6868                                        <thead>
    6969                                                <tr>
    70                                                         <th class="check-column" scope="col"/>
     70                                                        <th class="check-column" scope="col">
    7171                                                                <input id="group_check_all" type="checkbox" value="0" name="group_check_all" onclick="if ( jQuery(this).attr('checked') ) { jQuery('#group-list input[@type=checkbox]').attr('checked', 'checked'); } else { jQuery('#group-list input[@type=checkbox]').attr('checked', ''); }" />
    7272                                                        </th>
Note: See TracChangeset for help on using the changeset viewer.