From 39b0ac4fda6d91a980c2d6ee369d53f9e81ccf2f Mon Sep 17 00:00:00 2001 From: kasimi Date: Thu, 23 Apr 2020 10:25:56 +0200 Subject: [PATCH] [ticket/16449] Fixed indentations PHPBB3-16449 --- phpBB/adm/style/acp_ext_delete_data.html | 30 ++++++++++++------------ phpBB/adm/style/acp_ext_disable.html | 20 ++++++++-------- phpBB/adm/style/acp_ext_enable.html | 30 ++++++++++++------------ 3 files changed, 40 insertions(+), 40 deletions(-) diff --git a/phpBB/adm/style/acp_ext_delete_data.html b/phpBB/adm/style/acp_ext_delete_data.html index a07b723e90..5ef8ed3d28 100644 --- a/phpBB/adm/style/acp_ext_delete_data.html +++ b/phpBB/adm/style/acp_ext_delete_data.html @@ -8,23 +8,23 @@

{{ lang('EXTENSION_DELETE_DATA_EXPLAIN') }}

{% if MIGRATOR_ERROR %} -
-

{{ lang('MIGRATION_EXCEPTION_ERROR') }}

-

{{ MIGRATOR_ERROR }}

-

{{ lang('RETURN_TO_EXTENSION_LIST') }}

-
+
+

{{ lang('MIGRATION_EXCEPTION_ERROR') }}

+

{{ MIGRATOR_ERROR }}

+

{{ lang('RETURN_TO_EXTENSION_LIST') }}

+
{% elseif PRE %} -
-

{{ lang('CONFIRM_MESSAGE') }}

-
+
+

{{ lang('CONFIRM_MESSAGE') }}

+
-
-
- {{ lang('EXTENSION_DELETE_DATA') }} - - -
-
+
+
+ {{ lang('EXTENSION_DELETE_DATA') }} + + +
+
{% elseif S_NEXT_STEP %}

{{ lang('EXTENSION_DELETE_DATA_IN_PROGRESS') }}

diff --git a/phpBB/adm/style/acp_ext_disable.html b/phpBB/adm/style/acp_ext_disable.html index 3285b7f46d..64d1edbbc3 100644 --- a/phpBB/adm/style/acp_ext_disable.html +++ b/phpBB/adm/style/acp_ext_disable.html @@ -8,17 +8,17 @@

{{ lang('EXTENSION_DISABLE_EXPLAIN') }}

{% if PRE %} -
-

{{ lang('CONFIRM') }}

-

{{ lang('CONFIRM_MESSAGE') }}

-
+
+

{{ lang('CONFIRM') }}

+

{{ lang('CONFIRM_MESSAGE') }}

+
-
-
- - -
-
+
+
+ + +
+
{% elseif S_NEXT_STEP %}

{{ lang('EXTENSION_DISABLE_IN_PROGRESS') }}

diff --git a/phpBB/adm/style/acp_ext_enable.html b/phpBB/adm/style/acp_ext_enable.html index ab6b2aa046..23ca22a8c6 100644 --- a/phpBB/adm/style/acp_ext_enable.html +++ b/phpBB/adm/style/acp_ext_enable.html @@ -8,23 +8,23 @@

{{ lang('EXTENSION_ENABLE_EXPLAIN') }}

{% if MIGRATOR_ERROR %} -
-

{{ lang('MIGRATION_EXCEPTION_ERROR') }}

-

{{ MIGRATOR_ERROR }}

-

{{ lang('RETURN_TO_EXTENSION_LIST') }}

-
+
+

{{ lang('MIGRATION_EXCEPTION_ERROR') }}

+

{{ MIGRATOR_ERROR }}

+

{{ lang('RETURN_TO_EXTENSION_LIST') }}

+
{% elseif PRE %} -
-

{{ lang('CONFIRM') }}

-

{{ lang('CONFIRM_MESSAGE') }}

-
+
+

{{ lang('CONFIRM') }}

+

{{ lang('CONFIRM_MESSAGE') }}

+
-
-
- - -
-
+
+
+ + +
+
{% elseif S_NEXT_STEP %}

{{ lang('EXTENSION_ENABLE_IN_PROGRESS') }}