Installer: Whoops, moved the start of the main form on sysreqs down too far
authorDan
Thu, 16 Apr 2009 13:04:21 -0400
changeset 933 4823788b8603
parent 932 d5437edb6c1c
child 934 ebefca69f3fd
Installer: Whoops, moved the start of the main form on sysreqs down too far
install/includes/stages/sysreqs.php
--- a/install/includes/stages/sysreqs.php	Thu Apr 16 13:01:50 2009 -0400
+++ b/install/includes/stages/sysreqs.php	Thu Apr 16 13:04:21 2009 -0400
@@ -162,6 +162,11 @@
  
 <span class="menuclear"></span>
 
+<form action="install.php?stage=database" method="post">
+<?php
+  echo '<input type="hidden" name="language" value="' . $lang_id . '" />';
+?>
+
 <?php
 if ( !empty($warnings) ):
 ?>
@@ -205,11 +210,6 @@
 endif;        
 ?>
 
-<form action="install.php?stage=database" method="post">
-<?php
-  echo '<input type="hidden" name="language" value="' . $lang_id . '" />';
-?>
- 
 <table border="0" cellspacing="0" cellpadding="0" class="sysreqs">
 
 <tr>