summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2004-12-18 20:29:42 +0000
committerScott Ullrich <sullrich@pfsense.org>2004-12-18 20:29:42 +0000
commit788ff7cb05fffb5ed3152aa0dcc8aad8cc8fcb57 (patch)
tree95df0b247dfd1b851b58ec81f79073889d8b2391 /usr
parente48fc17dce36492e61fc7be6d953813953fd82cd (diff)
downloadpfsense-788ff7cb05fffb5ed3152aa0dcc8aad8cc8fcb57.zip
pfsense-788ff7cb05fffb5ed3152aa0dcc8aad8cc8fcb57.tar.gz
Dont forget to output the fields description if it exists.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/wizard.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/local/www/wizard.php b/usr/local/www/wizard.php
index 5f8b7d5..ef35c0c 100755
--- a/usr/local/www/wizard.php
+++ b/usr/local/www/wizard.php
@@ -167,7 +167,10 @@ function update_config_field($field, $updatetext, $unset) {
echo "<input type='submit' name='" . $name . "' value='" . $field['name'] . "'>\n";
echo "</td><td>";
}
-
+ if($field['description'] <> "") {
+ echo "<br>" . $field['description'];
+ echo "</td></tr><tr><td>&nbsp;</td></tr>";
+ }
echo "</td></tr>";
}
?>
OpenPOWER on IntegriCloud