summaryrefslogtreecommitdiff
path: root/modules/user/views/admin_users_group.html.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-11-15 15:29:39 -0800
committerBharat Mediratta <bharat@menalto.com>2009-11-15 15:29:39 -0800
commitbf2b25ce325e3288aa91d8913c33ba880e6cfb8c (patch)
tree321877a980a74f28a32e88b9ff7cdd0182d6e753 /modules/user/views/admin_users_group.html.php
parent5df00737c90058bffeecb55bbc38f3068435c611 (diff)
parentc63a073cd61f89fe1412b65dafad7f3159750dce (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/user/views/admin_users_group.html.php')
-rw-r--r--modules/user/views/admin_users_group.html.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/user/views/admin_users_group.html.php b/modules/user/views/admin_users_group.html.php
index 4c629945..b7e573b3 100644
--- a/modules/user/views/admin_users_group.html.php
+++ b/modules/user/views/admin_users_group.html.php
@@ -4,17 +4,17 @@
<? 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() ?>"
- class="g-dialog-link g-button g-right ui-state-default ui-corner-all">
+ class="g-dialog-link g-button g-right">
<span class="ui-icon ui-icon-trash"><?= t("Delete") ?></span></a>
<? else: ?>
<a title="<?= t("This default group cannot be deleted")->for_html_attr() ?>"
- class="g-dialog-link g-button g-right ui-state-disabled ui-corner-all ui-icon-left">
+ class="g-button g-right ui-state-disabled ui-icon-left">
<span class="ui-icon ui-icon-trash"><?= t("Delete") ?></span></a>
<? endif ?>
</h4>
<? if ($group->users->count() > 0): ?>
-<ul>
+<ul class="g-member-list">
<? foreach ($group->users as $i => $user): ?>
<li class="g-user">
<?= html::clean($user->name) ?>
@@ -31,8 +31,8 @@
</ul>
<? else: ?>
<div>
- <p>
- <?= t("Drag &amp; drop users from the \"User admin\" above into this group box to add group members.") ?>
+ <p class="ui-state-disabled">
+ <?= t("Drag &amp; drop users from the \"Users\" list onto this group to add group members.") ?>
</p>
</div>
<? endif ?>