Installer: Added recheck button to sysreqs page (thanks Nolan Rollo)
authorDan
Thu, 16 Apr 2009 13:01:50 -0400
changeset 932 d5437edb6c1c
parent 931 9575aa88381f
child 933 4823788b8603
Installer: Added recheck button to sysreqs page (thanks Nolan Rollo)
install/images/recheck.png
install/includes/stages/sysreqs.php
language/english/install.json
Binary file install/images/recheck.png has changed
--- 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">
 
--- a/language/english/install.json	Thu Apr 16 13:01:22 2009 -0400
+++ b/language/english/install.json	Thu Apr 16 13:01:50 2009 -0400
@@ -66,6 +66,7 @@
       modetitle_long: 'Server requirements',
       heading: 'Checking your server',
       blurb: 'Enano has several requirements that must be met before it can be installed. If all is good then note any warnings and click Continue below.',
+      btn_refresh: 'Recheck server',
       
       req_supported: 'Supported',
       req_notfound: 'Not found',