summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal_ip_edit.php
diff options
context:
space:
mode:
authorScott Dale <sdale@pfsense.org>2007-04-26 02:55:15 +0000
committerScott Dale <sdale@pfsense.org>2007-04-26 02:55:15 +0000
commit93588e1a6ac243bb8ca026c4b8f5ec4bfc228d4d (patch)
tree03611960d748d8efb441897b112b1ad95b77e8e7 /usr/local/www/services_captiveportal_ip_edit.php
parent53bf5f1d4a1b4f41ec73d0f3214b40cb81f0bf3f (diff)
downloadpfsense-93588e1a6ac243bb8ca026c4b8f5ec4bfc228d4d.zip
pfsense-93588e1a6ac243bb8ca026c4b8f5ec4bfc228d4d.tar.gz
correct the html structure, and show errors properly
MFC: asap
Diffstat (limited to 'usr/local/www/services_captiveportal_ip_edit.php')
-rwxr-xr-xusr/local/www/services_captiveportal_ip_edit.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/local/www/services_captiveportal_ip_edit.php b/usr/local/www/services_captiveportal_ip_edit.php
index 4478abd..d38e0bc 100755
--- a/usr/local/www/services_captiveportal_ip_edit.php
+++ b/usr/local/www/services_captiveportal_ip_edit.php
@@ -96,8 +96,9 @@ include("head.inc");
?>
<?php include("fbegin.inc"); ?>
-<?php if ($input_errors) print_input_errors($input_errors); ?>
+<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<p class="pgtitle"><?=$pgtitle?></p>
+<?php if ($input_errors) print_input_errors($input_errors); ?>
<form action="services_captiveportal_ip_edit.php" method="post" name="iform" id="iform">
<table width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
@@ -142,3 +143,5 @@ include("head.inc");
</table>
</form>
<?php include("fend.inc"); ?>
+</body>
+</html>
OpenPOWER on IntegriCloud