|
|
|
@ -29,7 +29,8 @@
|
|
|
|
|
<h3 class="panel-title"><i class="fa fa-users"></i> [[groups:details.members]]</h3>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="panel-body">
|
|
|
|
|
<table component="groups/members" class="table table-striped table-hover">
|
|
|
|
|
<input class="form-control" type="text" component="groups/members/search" placeholder="[[global:search]]"/><br/>
|
|
|
|
|
<table component="groups/members" class="table table-striped table-hover" data-nextstart="{group.membersNextStart}">
|
|
|
|
|
<!-- BEGIN members -->
|
|
|
|
|
<tr data-uid="{group.members.uid}">
|
|
|
|
|
<td>
|
|
|
|
@ -84,7 +85,7 @@
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div class="panel-body">
|
|
|
|
|
<table component="groups/members" class="table table-striped table-hover">
|
|
|
|
|
<table component="groups/pending" class="table table-striped table-hover">
|
|
|
|
|
<!-- BEGIN pending -->
|
|
|
|
|
<tr data-uid="{group.pending.uid}">
|
|
|
|
|
<td>
|
|
|
|
|