Skip to content

Commit

Permalink
Groups: Add pagination to the bottom of the "Manage > Members" page.
Browse files Browse the repository at this point in the history
  • Loading branch information
r-a-y committed Oct 4, 2016
1 parent 3e426ba commit 949a366
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions groups/single/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,22 @@
<?php endwhile; ?>
</ul>

<?php if ( bp_group_member_needs_pagination() ) : ?>

<div class="pagination no-ajax">

<div id="member-count" class="pag-count">
<?php bp_group_member_pagination_count(); ?>
</div>

<div id="member-admin-pagination" class="pagination-links">
<?php bp_group_member_admin_pagination(); ?>
</div>

</div>

<?php endif; ?>

<?php else: ?>

<div id="message" class="info">
Expand Down

0 comments on commit 949a366

Please sign in to comment.