diff options
Diffstat (limited to 'phpBB/adm/style/install_convert.html')
-rwxr-xr-x | phpBB/adm/style/install_convert.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/phpBB/adm/style/install_convert.html b/phpBB/adm/style/install_convert.html index 0e3da86ae5..39d31cd538 100755 --- a/phpBB/adm/style/install_convert.html +++ b/phpBB/adm/style/install_convert.html @@ -39,6 +39,22 @@ </table> <!-- ENDIF --> +<!-- IF S_CONTINUE --> + </form> + + <fieldset class="submit-buttons"> + <form method="post" action="{U_NEW_ACTION}"> + <input class="button1" type="submit" name="submit_new" value="{L_NEW}" /> + </form> + <br /> + <form method="post" action="{U_CONTINUE_ACTION}"> + <input class="button1" type="submit" name="submit_cont" value="{L_CONTINUE}" /> + </form> + </fieldset> + + <form method="post" action="{U_ACTION}"> +<!-- ENDIF --> + <!-- IF .checks --> <fieldset> |