diff options
Diffstat (limited to 'phpBB/adm/style/acp_groups.html')
-rw-r--r-- | phpBB/adm/style/acp_groups.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_groups.html b/phpBB/adm/style/acp_groups.html index 3bdeaeaad0..a659207f9e 100644 --- a/phpBB/adm/style/acp_groups.html +++ b/phpBB/adm/style/acp_groups.html @@ -4,7 +4,7 @@ <!-- IF S_EDIT --> - <a href="{U_BACK}" style="float: right">« {L_BACK}</a> + <a href="{U_BACK}" style="float: {S_CONTENT_FLOW_END};">« {L_BACK}</a> <h1>{L_ACP_GROUPS_MANAGE}</h1> @@ -160,7 +160,7 @@ <!-- ELSEIF S_LIST --> - <a href="{U_BACK}" style="float: right">« {L_BACK}</a> + <a href="{U_BACK}" style="float: {S_CONTENT_FLOW_END};">« {L_BACK}</a> <h1>{L_GROUP_MEMBERS} :: {GROUP_NAME}</h1> |