aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_ext_enable.html
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2012-07-30 19:30:49 -0500
committerUnknown Bliss <m@michaelcullum.com>2012-09-01 15:05:54 +0100
commitdce04b2d03f93c9237b743afbcbd89fb6405f836 (patch)
treeb7f2d778d3785f35ad2302838918a78dd6372628 /phpBB/adm/style/acp_ext_enable.html
parent47898cb37a1c1f517b5e6ae95427807ea5de11da (diff)
downloadforums-dce04b2d03f93c9237b743afbcbd89fb6405f836.tar
forums-dce04b2d03f93c9237b743afbcbd89fb6405f836.tar.gz
forums-dce04b2d03f93c9237b743afbcbd89fb6405f836.tar.bz2
forums-dce04b2d03f93c9237b743afbcbd89fb6405f836.tar.xz
forums-dce04b2d03f93c9237b743afbcbd89fb6405f836.zip
[ticket/10631] Various front-end fixes (extensions manager)
Add Back button from details Add cancel button from actions Correct language strings PHPBB3-10631
Diffstat (limited to 'phpBB/adm/style/acp_ext_enable.html')
-rw-r--r--phpBB/adm/style/acp_ext_enable.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_ext_enable.html b/phpBB/adm/style/acp_ext_enable.html
index 9f278bfbe0..3f7be2c847 100644
--- a/phpBB/adm/style/acp_ext_enable.html
+++ b/phpBB/adm/style/acp_ext_enable.html
@@ -15,7 +15,8 @@
<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}" />
+ <input class="button1" type="submit" name="enable" value="{L_ENABLE}" />
+ <input class="button2" type="submit" name="cancel" value="{L_CANCEL}" />
</fieldset>
</form>
<!-- ELSEIF S_NEXT_STEP -->