mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-29 11:10:18 +02:00
[ticket/10631] Adding an extensions admin
PHPBB3-10631
This commit is contained in:
committed by
Unknown Bliss
parent
1128ff1e58
commit
5e6b4c7192
27
phpBB/adm/style/acp_ext_enable.html
Normal file
27
phpBB/adm/style/acp_ext_enable.html
Normal file
@@ -0,0 +1,27 @@
|
||||
<!-- INCLUDE overall_header.html -->
|
||||
|
||||
<a name="maincontent"></a>
|
||||
|
||||
<h1>{L_EXTENSIONS_ADMIN}</h1>
|
||||
|
||||
<p>{L_EXTENSIONS_EXPLAIN}</p>
|
||||
<p>{L_ENABLE_EXPLAIN}</p>
|
||||
|
||||
<!-- IF PRE -->
|
||||
<p>{L_ENABLE_CONFIRM}</p>
|
||||
|
||||
<form id="acp_extensions" method="post" action="{U_ENABLE}">
|
||||
<fieldset class="submit-buttons">
|
||||
<legend>{L_ENABLE}</legend>
|
||||
<input class="button1" type="submit" name="{L_ENABLE}" value="{L_ENABLE}" />
|
||||
</fieldset>
|
||||
</form>
|
||||
<!-- ELSE IF -->
|
||||
<div class="successbox">
|
||||
<p>{L_ENABLE_SUCESS}</p>
|
||||
<br />
|
||||
<p><a href="{U_RETURN}">{L_RETURN}</a></p>
|
||||
</div>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
Reference in New Issue
Block a user