diff options
Diffstat (limited to 'phpBB/adm/style/acp_styles.html')
| -rw-r--r-- | phpBB/adm/style/acp_styles.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/phpBB/adm/style/acp_styles.html b/phpBB/adm/style/acp_styles.html index 58d742ba62..c555071fee 100644 --- a/phpBB/adm/style/acp_styles.html +++ b/phpBB/adm/style/acp_styles.html @@ -4,7 +4,7 @@ <!-- IF S_DELETE --> - <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_TITLE}</h1> @@ -32,7 +32,7 @@ <!-- ELSEIF S_EDIT_IMAGESET --> - <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_TITLE}</h1> @@ -180,7 +180,7 @@ //--> </script> - <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_EDIT}</h1> @@ -280,7 +280,7 @@ //--> </script> - <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_TEMPLATE_CACHE}</h1> @@ -328,7 +328,7 @@ <!-- ELSEIF S_EXPORT --> - <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_TITLE}</h1> @@ -455,7 +455,7 @@ <!-- ELSEIF S_DETAILS --> - <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_TITLE}</h1> |
