install/includes/stages/install.php
changeset 352 9d7225c0db6d
parent 351 8978cb3541ca
child 391 85f91037cd4f
--- a/install/includes/stages/install.php	Thu Jan 17 19:49:14 2008 -0500
+++ b/install/includes/stages/install.php	Thu Jan 17 23:28:43 2008 -0500
@@ -112,5 +112,14 @@
 
 close_install_table();
 
+?>
+<form action="install.php?stage=finish" method="post">
+  <input type="hidden" name="language" value="<?php echo $lang_id; ?>" />
+  <div style="text-align: center;">
+    <input type="submit" name="_cont" value="<?php echo $lang->get('meta_btn_continue'); ?>" tabindex="1" />
+  </div>
+</form>
+<?php
+
 $db->close();