summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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