diff options
Diffstat (limited to 'phpBB/adm/style/acp_ext_enable.html')
-rw-r--r-- | phpBB/adm/style/acp_ext_enable.html | 3 |
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 --> |