mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/10631] Make the enable/disable/purge notices more visable.
PHPBB3-10631
This commit is contained in:
committed by
Unknown Bliss
parent
8df9963fcc
commit
9c0cd2693f
@@ -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>
|
||||
|
Reference in New Issue
Block a user