modified : flagged photos section added
This commit is contained in:
parent
076f53c573
commit
c7e2f6323a
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@
|
|||
<td class="item"><a href="members.php?search=yes&status=ToActivate">Approve Members ({get_users status='ToActivate' count_only=true})</a>
|
||||
<br/><a href="flagged_users.php">Flagged Users ({$userquery->action->count_flagged_objects()})</a>
|
||||
</td>
|
||||
<td class="item"><a href="groups_manager.php?active=no&search=yes">Approve Groups ({get_groups active='no' count_only=true})</a>
|
||||
<br/><a href="flagged_groups.php">Flagged Groupes ({$cbgroup->action->count_flagged_objects()})
|
||||
<td class="item"><a href="photo_manager.php?active=no&search=yes">Approve Photos ({get_groups active='no' count_only=true})</a>
|
||||
<br/><a href="flagged_photos.php">Flagged Photos ({$cbphoto->action->count_flagged_objects()})
|
||||
|
||||
</a>
|
||||
</td>
|
||||
|
|
Loading…
Add table
Reference in a new issue