summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-12-18 19:24:59 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-12-18 19:24:59 -0500
commit5faeedc61df04b3655a40eb5cadeb24eef821038 (patch)
tree208af7f48c030407c75ed8f8547dc1c5bc2c397f /usr
parent4f646415fd8e4881d67b3162c41050ca02e0d400 (diff)
downloadpfsense-5faeedc61df04b3655a40eb5cadeb24eef821038.zip
pfsense-5faeedc61df04b3655a40eb5cadeb24eef821038.tar.gz
Move total allocated box below rowhelper
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/installer/installer.php6
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';"> &nbsp;&nbsp;
+ <input type="button" value="Cancel" onClick="javascript:document.location='installer.php?state=custominstall';"> &nbsp;&nbsp;
<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';"> &nbsp;&nbsp
+ <input type="button" value="Cancel" onClick="javascript:document.location='/installer/installer.php';"> &nbsp;&nbsp
<input type="submit" value="Next">
</div>
<script type="text/javascript">
OpenPOWER on IntegriCloud