aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_ext_disable.html
diff options
context:
space:
mode:
authorMichael Cullum <unknownbliss@phpbbdevelopers.net>2012-02-29 21:23:50 +0000
committerUnknown Bliss <m@michaelcullum.com>2012-09-01 15:04:33 +0100
commit5e6b4c7192a80dc29382ad06976e9ce6d5c16efd (patch)
tree4fcabfb0a1446f87a591de9f5234e2710ceb8582 /phpBB/adm/style/acp_ext_disable.html
parent1128ff1e580361db7f7ecc72d496fdd347cbe0f2 (diff)
downloadforums-5e6b4c7192a80dc29382ad06976e9ce6d5c16efd.tar
forums-5e6b4c7192a80dc29382ad06976e9ce6d5c16efd.tar.gz
forums-5e6b4c7192a80dc29382ad06976e9ce6d5c16efd.tar.bz2
forums-5e6b4c7192a80dc29382ad06976e9ce6d5c16efd.tar.xz
forums-5e6b4c7192a80dc29382ad06976e9ce6d5c16efd.zip
[ticket/10631] Adding an extensions admin
PHPBB3-10631
Diffstat (limited to 'phpBB/adm/style/acp_ext_disable.html')
-rw-r--r--phpBB/adm/style/acp_ext_disable.html27
1 files changed, 27 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_ext_disable.html b/phpBB/adm/style/acp_ext_disable.html
new file mode 100644
index 0000000000..2198db09a1
--- /dev/null
+++ b/phpBB/adm/style/acp_ext_disable.html
@@ -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_DISABLE_CONFIRM}</p>
+
+ <form id="acp_extensions" method="post" action="{U_DISABLE}">
+ <fieldset class="submit-buttons">
+ <legend>{L_DISABLE}</legend>
+ <input class="button1" type="submit" name="{L_DISABLE}" value="{L_DISABLE}" />
+ </fieldset>
+ </form>
+ <!-- ELSE IF -->
+ <div class="successbox">
+ <p>{L_DISABLE_SUCESS}</p>
+ <br />
+ <p><a href="{U_RETURN}">{L_RETURN}</a></p>
+ </div>
+ <!-- ENDIF -->
+
+<!-- INCLUDE overall_footer.html --> \ No newline at end of file