Display user group weight in user groups view
This commit is contained in:
@@ -247,6 +247,7 @@ while ($row = $stmt->fetch_assoc()) {
|
||||
<table class="table table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><?php echo __('weight') ?></th>
|
||||
<th><?php echo __('user_group_name') ?></th>
|
||||
<th><?php echo __('user_group_slugify') ?></th>
|
||||
<th><?php echo __('user_group_type') ?></th>
|
||||
@@ -255,6 +256,9 @@ while ($row = $stmt->fetch_assoc()) {
|
||||
</thead>
|
||||
<?php foreach ($user_groups as $user_group) { ?>
|
||||
<tr>
|
||||
<td>
|
||||
<b><?php echo $user_group['user_group_weight']; ?></b>
|
||||
</td>
|
||||
<td><?php echo $user_group['user_group_name']; ?></td>
|
||||
<td><?php echo $user_group['user_group_slugify']; ?></td>
|
||||
<td><?php echo __($user_group['user_group_type']); ?></td>
|
||||
|
||||
Reference in New Issue
Block a user