summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/easyrule.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/easyrule.php')
-rw-r--r--src/usr/local/www/easyrule.php13
1 files changed, 8 insertions, 5 deletions
diff --git a/src/usr/local/www/easyrule.php b/src/usr/local/www/easyrule.php
index de12823..bb62f38 100644
--- a/src/usr/local/www/easyrule.php
+++ b/src/usr/local/www/easyrule.php
@@ -91,14 +91,17 @@ if (stristr($retval, "error") == true) {
}
include("head.inc"); ?>
-<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
-<?php include("fbegin.inc"); ?>
+
+include("fbegin.inc");
+?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
-<?php if ($input_errors) print_input_errors($input_errors); ?>
+<?php
+if ($input_errors)
+ print_input_errors($input_errors);
-<?php if ($message) { ?>
+if ($message) { ?>
<br />
<?=gettext("Message"); ?>: <?php echo $message; ?>
<br />
@@ -111,4 +114,4 @@ include("head.inc"); ?>
<br />
<?php } ?>
</td></tr></table>
-<?php include("fend.inc"); ?>
+<?php include("foot.inc"); ?>
OpenPOWER on IntegriCloud