summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/easyrule.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-12-02 20:53:30 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-12-02 20:53:30 -0500
commit01036a9a221bf094e2051089059ba0337edfcce0 (patch)
treef5dfdfa8acf051bd6fe320f347a6fb4750d4bd7a /src/usr/local/www/easyrule.php
parent41b5ab71163eee0d8b1f68a35f1823ceeba67996 (diff)
downloadpfsense-01036a9a221bf094e2051089059ba0337edfcce0.zip
pfsense-01036a9a221bf094e2051089059ba0337edfcce0.tar.gz
Say goodbye to fend.inc
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