diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2010-01-22 14:16:41 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-01-22 14:16:41 -0800 |
commit | b01fce613b8df5f23a3a257f5680433a8224247d (patch) | |
tree | 40173fab338c78e9bcbebedfad767e010186f3ae | |
parent | 79bcfc93c3f13a8abc6fab82e0161dd932b3d8f2 (diff) |
Remove the g-right class on groups element on the manage user/groups page. fixes ticket #911
-rw-r--r-- | modules/user/views/admin_users.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/views/admin_users.html.php b/modules/user/views/admin_users.html.php index 45d04916..270a7207 100644 --- a/modules/user/views/admin_users.html.php +++ b/modules/user/views/admin_users.html.php @@ -107,7 +107,7 @@ </div> </div> - <div id="g-group-admin" class="g-block g-right ui-helper-clearfix"> + <div id="g-group-admin" class="g-block ui-helper-clearfix"> <a href="<?= url::site("admin/users/add_group_form") ?>" class="g-dialog-link g-button g-right ui-icon-left ui-state-default ui-corner-all" title="<?= t("Create a new group")->for_html_attr() ?>"> |