1
0
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:
Michael Cullum
2012-02-29 21:23:50 +00:00
committed by Unknown Bliss
parent 1128ff1e58
commit 5e6b4c7192
11 changed files with 570 additions and 0 deletions

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