summaryrefslogtreecommitdiff
path: root/modules/user/views/admin_users_group.html.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-09-30 07:37:14 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-09-30 07:37:14 -0700
commita2108787257739a83708ea5c3bc21bd11e6dad17 (patch)
treedfa84fb573e7c4285089f6b201b2c1cda9ea2683 /modules/user/views/admin_users_group.html.php
parent60d35b89929d9029c794f72d6a9c38b676e282f6 (diff)
parent72672bda39b76dae698805c3e0e6efdbdcf21105 (diff)
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'modules/user/views/admin_users_group.html.php')
-rw-r--r--modules/user/views/admin_users_group.html.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/user/views/admin_users_group.html.php b/modules/user/views/admin_users_group.html.php
index 476e0817..6f2496f8 100644
--- a/modules/user/views/admin_users_group.html.php
+++ b/modules/user/views/admin_users_group.html.php
@@ -4,11 +4,11 @@
<? 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="gDialogLink gButtonLink ui-state-default ui-corner-all">
+ class="gDialogLink g-button ui-state-default ui-corner-all">
<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="gDialogLink gButtonLink ui-state-disabled ui-corner-all ui-icon-left">
+ class="gDialogLink g-button ui-state-disabled ui-corner-all ui-icon-left">
<span class="ui-icon ui-icon-trash"><?= t("delete") ?></span></a>
<? endif ?>
</h4>
@@ -20,7 +20,7 @@
<?= html::clean($user->name) ?>
<? if (!$group->special): ?>
<a href="javascript:remove_user(<?= $user->id ?>, <?= $group->id ?>)"
- class="gButtonLink ui-state-default ui-corner-all ui-icon-left"
+ class="g-button ui-state-default ui-corner-all ui-icon-left"
title="<?= t("Remove %user from %group group",
array("user" => $user->name, "group" => $group->name))->for_html_attr() ?>">
<span class="ui-icon ui-icon-closethick"><?= t("remove") ?></span>