diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-12-18 19:24:59 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-12-18 19:24:59 -0500 |
commit | 5faeedc61df04b3655a40eb5cadeb24eef821038 (patch) | |
tree | 208af7f48c030407c75ed8f8547dc1c5bc2c397f /usr | |
parent | 4f646415fd8e4881d67b3162c41050ca02e0d400 (diff) | |
download | pfsense-5faeedc61df04b3655a40eb5cadeb24eef821038.zip pfsense-5faeedc61df04b3655a40eb5cadeb24eef821038.tar.gz |
Move total allocated box below rowhelper
Diffstat (limited to 'usr')
-rw-r--r-- | usr/local/www/installer/installer.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/installer/installer.php b/usr/local/www/installer/installer.php index 3a9eddc..f169bfa 100644 --- a/usr/local/www/installer/installer.php +++ b/usr/local/www/installer/installer.php @@ -534,7 +534,7 @@ echo <<<EOFAMB </div> <center> <p/> - <input type="button" value="Cancel" onClick="javascript:document.location='/installer';"> + <input type="button" value="Cancel" onClick="javascript:document.location='installer.php?state=custominstall';"> <input type="submit" value="Begin installation"> </center> </td> @@ -806,8 +806,8 @@ EOF; // tfoot and tbody are used by rowhelper $custom_txt .= "</tr>"; - $custom_txt .= "<tr><td></td><td></td><td align='right'>Total allocated:</td><td><input size=\"8\" id='totalsize' name='totalsize'></td></tr>"; $custom_txt .= "<tfoot></tfoot></tbody>"; + $custom_txt .= "<tr><td></td><td></td><td align='right'>Total allocated:</td><td><input size=\"8\" id='totalsize' name='totalsize'></td></tr>"; $custom_txt .= "</table>"; $custom_txt .= "<script type=\"text/javascript\">row_helper_dynamic_custom();</script>"; } @@ -822,7 +822,7 @@ EOF; <p/> {$custom_txt}<p/> <hr><p/> - <input type="button" value="Cancel" onClick="javascript:document.location='/installer.php';">   + <input type="button" value="Cancel" onClick="javascript:document.location='/installer/installer.php';">   <input type="submit" value="Next"> </div> <script type="text/javascript"> |