install/includes/stages/sysreqs.php
changeset 932 d5437edb6c1c
parent 857 f3a5a276208c
child 933 4823788b8603
--- a/install/includes/stages/sysreqs.php	Thu Apr 16 13:01:22 2009 -0400
+++ b/install/includes/stages/sysreqs.php	Thu Apr 16 13:01:50 2009 -0400
@@ -145,15 +145,23 @@
 
 ?>
 
-<form action="install.php?stage=database" method="post">
-<?php
-  echo '<input type="hidden" name="language" value="' . $lang_id . '" />';
-?>
-    
+<div style="float: right; padding-top: 10px;">
+  <form action="install.php?stage=sysreqs" method="post">
+  <?php
+    echo '<input type="hidden" name="language" value="' . $lang_id . '" />';
+  ?>
+  <button style="display: block; padding-bottom: 3px;">
+  <img alt=" " src="images/recheck.png" style="position: relative; top: 3px; left: -2px;" />
+    <?php echo $lang->get('sysreqs_btn_refresh'); ?>
+  </button>
+  </form>
+</div>
 
 <h3><?php echo $lang->get('sysreqs_heading'); ?></h3>
  <p><?php echo $lang->get('sysreqs_blurb'); ?></p>
  
+<span class="menuclear"></span>
+
 <?php
 if ( !empty($warnings) ):
 ?>
@@ -196,6 +204,11 @@
 <?php
 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">