Fully implement the user administration backend with drag/drop to add

users to groups.
This commit is contained in:
Bharat Mediratta
2009-01-28 22:42:50 +00:00
parent 25b8008304
commit 6bfadc14ed
9 changed files with 128 additions and 179 deletions

View File

@@ -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">