mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-22 09:31:28 +02:00
[ticket/12534] Do not use errorbox for multi steps
PHPBB3-12534
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
<!-- ELSEIF S_NEXT_STEP -->
|
<!-- ELSEIF S_NEXT_STEP -->
|
||||||
<div class="errorbox">
|
<div class="successbox notice">
|
||||||
<p>{L_EXTENSION_DISABLE_IN_PROGRESS}</p>
|
<p>{L_EXTENSION_DISABLE_IN_PROGRESS}</p>
|
||||||
</div>
|
</div>
|
||||||
<!-- ELSE -->
|
<!-- ELSE -->
|
||||||
|
@@ -26,7 +26,7 @@
|
|||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
<!-- ELSEIF S_NEXT_STEP -->
|
<!-- ELSEIF S_NEXT_STEP -->
|
||||||
<div class="errorbox">
|
<div class="successbox notice">
|
||||||
<p>{L_EXTENSION_ENABLE_IN_PROGRESS}</p>
|
<p>{L_EXTENSION_ENABLE_IN_PROGRESS}</p>
|
||||||
</div>
|
</div>
|
||||||
<!-- ELSE -->
|
<!-- ELSE -->
|
||||||
|
Reference in New Issue
Block a user