diff options
Diffstat (limited to 'phpBB/adm/style/acp_ext_enable.html')
-rw-r--r-- | phpBB/adm/style/acp_ext_enable.html | 12 |
1 files changed, 7 insertions, 5 deletions
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> |