1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/10631] Make the enable/disable/purge notices more visable.

PHPBB3-10631
This commit is contained in:
Nathan Guse
2012-07-23 16:04:29 -05:00
committed by Unknown Bliss
parent 8df9963fcc
commit 9c0cd2693f
4 changed files with 22 additions and 16 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>