mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-19 19:09:13 -04:00
Add link to edit user group names. Closes ticket #1028.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
||||
<h4>
|
||||
<?= html::clean($group->name) ?>
|
||||
<a href="<?= url::site("admin/users/edit_group_form/$group->id") ?>"
|
||||
title="<?= t("Edit the %name group's name", array("name" => $group->name))->for_html_attr() ?>"
|
||||
class="g-dialog-link"><?= html::clean($group->name) ?></a>
|
||||
<? if (!$group->special): ?>
|
||||
<a href="<?= url::site("admin/users/delete_group_form/$group->id") ?>"
|
||||
title="<?= t("Delete the %name group", array("name" => $group->name))->for_html_attr() ?>"
|
||||
|
||||
Reference in New Issue
Block a user