summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper_wizards.php
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2013-03-22 14:58:10 +0000
committerColin Fleming <cj_fleming@sky.com>2013-03-22 14:58:10 +0000
commit4271dfb8d48d50159336ba87d061e01656bf3ee0 (patch)
treeb2571a23593f8e3627fd8cc825a865d5313055f5 /usr/local/www/firewall_shaper_wizards.php
parentb2f73235f911c800e7dfb24f78581e0356bbb615 (diff)
downloadpfsense-4271dfb8d48d50159336ba87d061e01656bf3ee0.zip
pfsense-4271dfb8d48d50159336ba87d061e01656bf3ee0.tar.gz
Tidy up "traffic shaper wizard" XHTML
Move "tree.css" to the HEAD statement and manually close the HEAD statement Close BR and P tags
Diffstat (limited to 'usr/local/www/firewall_shaper_wizards.php')
-rwxr-xr-xusr/local/www/firewall_shaper_wizards.php22
1 files changed, 11 insertions, 11 deletions
diff --git a/usr/local/www/firewall_shaper_wizards.php b/usr/local/www/firewall_shaper_wizards.php
index 1db1add..455b932 100755
--- a/usr/local/www/firewall_shaper_wizards.php
+++ b/usr/local/www/firewall_shaper_wizards.php
@@ -79,23 +79,24 @@ $wizards = array(gettext("Single Lan multi Wan") => "traffic_shaper_wizard.xml",
gettext("Dedicated Links") => "traffic_shaper_wizard_dedicated.xml",
);
+$closehead = false;
include("head.inc");
?>
+<link rel="stylesheet" type="text/css" media="all" href="./tree/tree.css" />
+</head>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC" >
-<link rel="stylesheet" type="text/css" media="all" href="./tree/tree.css" />
-<?php
-include("fbegin.inc");
-?>
+
+<?php include("fbegin.inc"); ?>
<?php if ($input_errors) print_input_errors($input_errors); ?>
<form action="firewall_shaper_wizards.php" method="post" id="iform" name="iform">
<?php if ($savemsg) print_info_box($savemsg); ?>
<?php if (is_subsystem_dirty('shaper')): ?><p>
-<?php print_info_box_np(gettext("The traffic shaper configuration has been changed.")."<br>".gettext("You must apply the changes in order for them to take effect."));?><br>
+<?php print_info_box_np(gettext("The traffic shaper configuration has been changed.")."<br/>".gettext("You must apply the changes in order for them to take effect."));?><br/></p>
<?php endif; ?>
-<table width="100%" border="0" cellpadding="0" cellspacing="0">
+<table width="100%" border="0" cellpadding="0" cellspacing="0" summary="traffic shaper wizard">
<tr><td>
<?php
$tab_array = array();
@@ -110,10 +111,10 @@ include("fbegin.inc");
<tr>
<td>
<div id="mainarea">
- <table width="100%" border="0" cellpadding="0" cellspacing="0">
+ <table width="100%" border="0" cellpadding="0" cellspacing="0" summary="main area">
<tr>
- <td class="listhdrr" width="25%" align="center" ><?=gettext("Wizard function");?></td>
- <td class="listhdrr" width="75%" align="center"><?=gettext("Wizard Link");?></td>
+ <td class="listhdrr" width="25%" align="center" ><?=gettext("Wizard function");?></td>
+ <td class="listhdrr" width="75%" align="center"><?=gettext("Wizard Link");?></td>
</tr>
<?php foreach ($wizards as $key => $wizard): ?>
<tr class="tabcont"><td class="listlr" style="background-color: #e0e0e0" width="25%" align="center">
@@ -128,7 +129,6 @@ include("fbegin.inc");
</tr>
</table>
</form>
-<?php include("fend.inc");
-?>
+<?php include("fend.inc"); ?>
</body>
</html>
OpenPOWER on IntegriCloud