aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-05-12 11:35:59 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-05-12 11:35:59 +0200
commit0c6ef9aabfb45f6fbf106da9a194c561f2bd2ecc (patch)
tree45fb9a0a3cf5b1e6f05d8d05eaf135f456bb96ec
parent1d4c20b3d2222502ed495212668f6fca8d67e52d (diff)
downloadforums-0c6ef9aabfb45f6fbf106da9a194c561f2bd2ecc.tar
forums-0c6ef9aabfb45f6fbf106da9a194c561f2bd2ecc.tar.gz
forums-0c6ef9aabfb45f6fbf106da9a194c561f2bd2ecc.tar.bz2
forums-0c6ef9aabfb45f6fbf106da9a194c561f2bd2ecc.tar.xz
forums-0c6ef9aabfb45f6fbf106da9a194c561f2bd2ecc.zip
[ticket/12534] Do not use errorbox for multi steps
PHPBB3-12534
-rw-r--r--phpBB/adm/style/acp_ext_disable.html2
-rw-r--r--phpBB/adm/style/acp_ext_enable.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_ext_disable.html b/phpBB/adm/style/acp_ext_disable.html
index 3b09177a76..d2b5c46fe8 100644
--- a/phpBB/adm/style/acp_ext_disable.html
+++ b/phpBB/adm/style/acp_ext_disable.html
@@ -20,7 +20,7 @@
</fieldset>
</form>
<!-- ELSEIF S_NEXT_STEP -->
- <div class="errorbox">
+ <div class="successbox notice">
<p>{L_EXTENSION_DISABLE_IN_PROGRESS}</p>
</div>
<!-- ELSE -->
diff --git a/phpBB/adm/style/acp_ext_enable.html b/phpBB/adm/style/acp_ext_enable.html
index 6bbd8c245b..8a4a35359e 100644
--- a/phpBB/adm/style/acp_ext_enable.html
+++ b/phpBB/adm/style/acp_ext_enable.html
@@ -26,7 +26,7 @@
</fieldset>
</form>
<!-- ELSEIF S_NEXT_STEP -->
- <div class="errorbox">
+ <div class="successbox notice">
<p>{L_EXTENSION_ENABLE_IN_PROGRESS}</p>
</div>
<!-- ELSE -->