summaryrefslogtreecommitdiffstats
path: root/usr/local/www/installer/installer.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-12-19 15:51:53 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-12-19 15:51:53 -0500
commita1532937b1c5b5be837d7400dcb43f2f53018efc (patch)
tree73df1e918a54f602cff96e6ae8b3a2d39d1ed7e4 /usr/local/www/installer/installer.php
parentb17825376b4e0a75a385a89e3e795b0831c32813 (diff)
downloadpfsense-a1532937b1c5b5be837d7400dcb43f2f53018efc.zip
pfsense-a1532937b1c5b5be837d7400dcb43f2f53018efc.tar.gz
Minor formatting fixes
Diffstat (limited to 'usr/local/www/installer/installer.php')
-rw-r--r--usr/local/www/installer/installer.php11
1 files changed, 8 insertions, 3 deletions
diff --git a/usr/local/www/installer/installer.php b/usr/local/www/installer/installer.php
index 294802e..cfc2d57 100644
--- a/usr/local/www/installer/installer.php
+++ b/usr/local/www/installer/installer.php
@@ -511,14 +511,19 @@ function verify_before_install() {
<div>
<center>
<div id="pfsensetemplate">
+ <table width='100%'>
EOFAMBAC;
// If errors are found, throw the big red box.
- if ($error_txt)
+ if ($error_txt) {
+ echo "<tr><td colspan=\"5\">&nbsp;</td>";
+ echo "<tr><td colspan=\"5\">";
print_input_errors($error_txt);
+ echo "</td></tr>";
+ } else
+ echo "<tr><td>&nbsp;</td></tr>";
+
echo <<<EOFAMBACBAF
- <table width='100%'>
- <tr><td>&nbsp;</td></tr>
<tr><td colspan='5' align="center"><b>Boot manager: {$bootmanagerupper}</td></tr>
<tr><td>&nbsp;</td></tr>
<tr>
OpenPOWER on IntegriCloud