Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/29/2021 03:53:20 PM (4 years ago)
Author:
dcavins
Message:

Member Invites: Add BP Legacy bulk management template parts.

Add the template function
bp_members_invitations_bulk_management_dropdown()
and the JavaScript required to check/uncheck all invites.
Also remove an unneeded empty column from the
legacy pending invites view.

See #8139.

File:
1 edited

Legend:

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

    r12922 r12935  
    1313        <thead>
    1414            <tr>
    15                 <th class="icon"></th>
    1615                <th class="bulk-select-all"><input id="select-all-invitations" type="checkbox">
    1716                    <label class="bp-screen-reader-text" for="select-all-invitations">
     
    3635
    3736                <tr>
    38                     <td></td>
    3937                    <td class="bulk-select-check">
    4038                        <label for="<?php bp_the_members_invitation_property( 'id', 'attribute' ); ?>">
     
    6260
    6361    <div class="invitations-options-nav">
    64         <?php // @TODO //bp_invitations_bulk_management_dropdown(); ?>
     62        <?php bp_members_invitations_bulk_management_dropdown(); ?>
    6563    </div><!-- .invitations-options-nav -->
    6664
Note: See TracChangeset for help on using the changeset viewer.