diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2006-12-14 17:54:44 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-12-14 17:54:44 +0000 |
| commit | 18ae2e2ff93771b8b49cd1c2c392507808503e59 (patch) | |
| tree | 2beed0b4a1f05860d5cb6cd317ff657a7bc114a8 /phpBB/adm | |
| parent | 6adbaea1758585c905728ea78c04688ed77d1852 (diff) | |
| download | forums-18ae2e2ff93771b8b49cd1c2c392507808503e59.tar forums-18ae2e2ff93771b8b49cd1c2c392507808503e59.tar.gz forums-18ae2e2ff93771b8b49cd1c2c392507808503e59.tar.bz2 forums-18ae2e2ff93771b8b49cd1c2c392507808503e59.tar.xz forums-18ae2e2ff93771b8b49cd1c2c392507808503e59.zip | |
two changes related to the convertor
git-svn-id: file:///svn/phpbb/trunk@6762 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm')
| -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> |
