mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-19 19:09:13 -04:00
Fully implement the user administration backend with drag/drop to add
users to groups.
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
<strong><?= $group->name?></strong>
|
||||
<? if (!$group->special): ?>
|
||||
<a href="<?= url::site("users/delete_group_form/$group->id") ?>" class="gDialogLink"><?= t("delete") ?></a>
|
||||
<? else: ?>
|
||||
<span class="inactive" title="<?= t("This group cannot be deleted") ?>">
|
||||
<?= t("delete") ?>
|
||||
</span>
|
||||
<? endif ?>
|
||||
<ul>
|
||||
<? foreach ($group->users as $i => $user): ?>
|
||||
<li class="gUser">
|
||||
|
||||
Reference in New Issue
Block a user