From 9c0cd2693fd61c9528aa5fcbc3dff9de73515ebe Mon Sep 17 00:00:00 2001 From: Nathan Guse Date: Mon, 23 Jul 2012 16:04:29 -0500 Subject: [ticket/10631] Make the enable/disable/purge notices more visable. PHPBB3-10631 --- phpBB/adm/style/acp_ext_disable.html | 12 +++++++----- phpBB/adm/style/acp_ext_enable.html | 12 +++++++----- phpBB/adm/style/acp_ext_purge.html | 12 +++++++----- 3 files changed, 21 insertions(+), 15 deletions(-) (limited to 'phpBB/adm') diff --git a/phpBB/adm/style/acp_ext_disable.html b/phpBB/adm/style/acp_ext_disable.html index e47ba2d8b9..1f0bbe14c8 100644 --- a/phpBB/adm/style/acp_ext_disable.html +++ b/phpBB/adm/style/acp_ext_disable.html @@ -6,13 +6,15 @@

{L_EXTENSIONS_EXPLAIN}

{L_ENABLE_EXPLAIN}

- - -

{L_DISABLE_CONFIRM}

- + + +
+

{L_DISABLE_CONFIRM}

+
+
- {L_DISABLE} + {L_DISABLE}
diff --git a/phpBB/adm/style/acp_ext_enable.html b/phpBB/adm/style/acp_ext_enable.html index 4b0f8bfdd7..9f278bfbe0 100644 --- a/phpBB/adm/style/acp_ext_enable.html +++ b/phpBB/adm/style/acp_ext_enable.html @@ -6,13 +6,15 @@

{L_EXTENSIONS_EXPLAIN}

{L_ENABLE_EXPLAIN}

- - -

{L_ENABLE_CONFIRM}

- + + +
+

{L_ENABLE_CONFIRM}

+
+
- {L_ENABLE} + {L_ENABLE}
diff --git a/phpBB/adm/style/acp_ext_purge.html b/phpBB/adm/style/acp_ext_purge.html index 7255057d04..816fd872b9 100644 --- a/phpBB/adm/style/acp_ext_purge.html +++ b/phpBB/adm/style/acp_ext_purge.html @@ -6,13 +6,15 @@

{L_EXTENSIONS_EXPLAIN}

{L_ENABLE_EXPLAIN}

- - -

{L_PURGE_CONFIRM}

- + + +
+

{L_PURGE_CONFIRM}

+
+
- {L_PURGE} + {L_PURGE}
-- cgit v1.2.1