summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-30 19:24:29 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-30 19:24:29 +0000
commit7785151051f5eab1e30cb59fa8dc77a227212d95 (patch)
treeb0255e7b22f4b412ad1661a64d530cc543193b78 /usr
parent7b4710f9b21db029e0ff6e56a5198711500610a8 (diff)
downloadpfsense-7785151051f5eab1e30cb59fa8dc77a227212d95.zip
pfsense-7785151051f5eab1e30cb59fa8dc77a227212d95.tar.gz
MFC 7244
Allow the wizard to send the user error messages
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/wizard.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/usr/local/www/wizard.php b/usr/local/www/wizard.php
index fad7161..102a4ff 100755
--- a/usr/local/www/wizard.php
+++ b/usr/local/www/wizard.php
@@ -202,15 +202,20 @@ function enablechange() {
$ip = "http://{$config['interfaces']['lan']['ipaddr']}";
else
$ip = "/";
+
?>
<a href="<?php echo $ip; ?>"><img border="0" src="./themes/<?= $g['theme']; ?>/images/logo.gif"></a>
<p>
-
<div style="width:700px;background-color:#ffffff" id="roundme">
<table bgcolor="#ffffff" width="600" cellspacing="0" cellpadding="3">
<!-- wizard goes here -->
<tr><td>&nbsp;</td></tr>
+ <tr><td colspan='2'>
+<?php if ($_GET['message'] != "") {
+ print_info_box($_GET['message']);
+ }
+?></td></tr>
<tr><td colspan='2'><center><b><?= fixup_string($description) ?></b></center></td></tr><tr><td>&nbsp;</td></tr>
<?php
if(!$pkg['step'][$stepid]['disableheader'])
OpenPOWER on IntegriCloud