mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-19 19:09:13 -04:00
Remove the g-right class on groups element on the manage user/groups page. fixes ticket #911
This commit is contained in:
@@ -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() ?>">
|
||||
|
||||
Reference in New Issue
Block a user