aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2012-07-23 16:04:29 -0500
committerUnknown Bliss <m@michaelcullum.com>2012-09-01 15:05:28 +0100
commit9c0cd2693fd61c9528aa5fcbc3dff9de73515ebe (patch)
treeb161be8623a4b0d1666212e3efa5d378905a6395 /phpBB/adm
parent8df9963fcc7e2962b6b4e1e32e809f2d8fe00835 (diff)
downloadforums-9c0cd2693fd61c9528aa5fcbc3dff9de73515ebe.tar
forums-9c0cd2693fd61c9528aa5fcbc3dff9de73515ebe.tar.gz
forums-9c0cd2693fd61c9528aa5fcbc3dff9de73515ebe.tar.bz2
forums-9c0cd2693fd61c9528aa5fcbc3dff9de73515ebe.tar.xz
forums-9c0cd2693fd61c9528aa5fcbc3dff9de73515ebe.zip
[ticket/10631] Make the enable/disable/purge notices more visable.
PHPBB3-10631
Diffstat (limited to 'phpBB/adm')
-rw-r--r--phpBB/adm/style/acp_ext_disable.html12
-rw-r--r--phpBB/adm/style/acp_ext_enable.html12
-rw-r--r--phpBB/adm/style/acp_ext_purge.html12
3 files changed, 21 insertions, 15 deletions
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 @@
<p>{L_EXTENSIONS_EXPLAIN}</p>
<p>{L_ENABLE_EXPLAIN}</p>
-
- <!-- IF PRE -->
- <p>{L_DISABLE_CONFIRM}</p>
-
+
+ <!-- IF PRE -->
+ <div class="errorbox">
+ <p>{L_DISABLE_CONFIRM}</p>
+ </div>
+
<form id="acp_extensions" method="post" action="{U_DISABLE}">
<fieldset class="submit-buttons">
- <legend>{L_DISABLE}</legend>
+ <legend>{L_DISABLE}</legend>
<input class="button1" type="submit" name="{L_DISABLE}" value="{L_DISABLE}" />
</fieldset>
</form>
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 @@
<p>{L_EXTENSIONS_EXPLAIN}</p>
<p>{L_ENABLE_EXPLAIN}</p>
-
- <!-- IF PRE -->
- <p>{L_ENABLE_CONFIRM}</p>
-
+
+ <!-- IF PRE -->
+ <div class="errorbox">
+ <p>{L_ENABLE_CONFIRM}</p>
+ </div>
+
<form id="acp_extensions" method="post" action="{U_ENABLE}">
<fieldset class="submit-buttons">
- <legend>{L_ENABLE}</legend>
+ <legend>{L_ENABLE}</legend>
<input class="button1" type="submit" name="{L_ENABLE}" value="{L_ENABLE}" />
</fieldset>
</form>
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 @@
<p>{L_EXTENSIONS_EXPLAIN}</p>
<p>{L_ENABLE_EXPLAIN}</p>
-
- <!-- IF PRE -->
- <p>{L_PURGE_CONFIRM}</p>
-
+
+ <!-- IF PRE -->
+ <div class="errorbox">
+ <p>{L_PURGE_CONFIRM}</p>
+ </div>
+
<form id="acp_extensions" method="post" action="{U_PURGE}">
<fieldset class="submit-buttons">
- <legend>{L_PURGE}</legend>
+ <legend>{L_PURGE}</legend>
<input class="button1" type="submit" name="{L_PURGE}" value="{L_PURGE}" />
</fieldset>
</form>