diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-11-14 14:28:04 -0800 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-11-14 14:28:04 -0800 |
| commit | 9fd6a6f9058a89e60f83c6f2e89ae9e994c9e53a (patch) | |
| tree | 4b950e5ebe56a86554d3ea1d64a7b9d3be0ffc00 /modules/user/views/admin_users_group.html.php | |
| parent | 081ce9f6ca07b834fd31d3d340990504dd68f821 (diff) | |
| parent | 766d49c4614dfcde84ec75e5296635c5fc9d7a67 (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.php | 6 |
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 e44cbddd..4c629945 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="g-dialog-link g-button ui-state-default ui-corner-all"> + class="g-dialog-link g-button g-right 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="g-dialog-link g-button ui-state-disabled ui-corner-all ui-icon-left"> + class="g-dialog-link g-button g-right 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="g-button ui-state-default ui-corner-all ui-icon-left" + class="g-button g-right 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> |
