summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2014-02-14 19:02:53 +0100
committerErmal Luçi <eri@pfsense.org>2014-02-14 19:02:53 +0100
commit0681f6dfbd2733f92c742aa610e6f623ee059f98 (patch)
treea9090581b37a9ef332b249b47a5cc185afa67557
parent01c1576292cff8c367da2c9f1916f58506e39cdf (diff)
parentfd889d72f67a3c0d349cf2b2c113e2435fab9a54 (diff)
downloadpfsense-0681f6dfbd2733f92c742aa610e6f623ee059f98.zip
pfsense-0681f6dfbd2733f92c742aa610e6f623ee059f98.tar.gz
Merge pull request #918 from N0YB/RELENG_2_1
XHTML Compliance
-rw-r--r--usr/local/www/status_dhcpv6_leases.php17
1 files changed, 8 insertions, 9 deletions
diff --git a/usr/local/www/status_dhcpv6_leases.php b/usr/local/www/status_dhcpv6_leases.php
index 089d31a..6c418bc 100644
--- a/usr/local/www/status_dhcpv6_leases.php
+++ b/usr/local/www/status_dhcpv6_leases.php
@@ -408,7 +408,6 @@ foreach ($pools as $data) {
}
?>
-<p>
<table class="tabcont sortable" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
@@ -493,7 +492,7 @@ foreach ($leases as $data) {
}
?>
</table>
-<p>
+
<h3>Delegated Prefixes</h3>
<table class="tabcont sortable" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
@@ -551,15 +550,15 @@ foreach ($prefixes as $data) {
}
?>
</table>
-<p>
-<form action="status_dhcpv6_leases.php" method="GET">
-<input type="hidden" name="order" value="<?=htmlspecialchars($_GET['order']);?>">
+
+<form action="status_dhcpv6_leases.php" method="get">
+<input type="hidden" name="order" value="<?=htmlspecialchars($_GET['order']);?>"/>
<?php if ($_GET['all']): ?>
-<input type="hidden" name="all" value="0">
-<input type="submit" class="formbtn" value="<?=gettext("Show active and static leases only"); ?>">
+<input type="hidden" name="all" value="0"/>
+<input type="submit" class="formbtn" value="<?=gettext("Show active and static leases only"); ?>"/>
<?php else: ?>
-<input type="hidden" name="all" value="1">
-<input type="submit" class="formbtn" value="<?=gettext("Show all configured leases"); ?>">
+<input type="hidden" name="all" value="1"/>
+<input type="submit" class="formbtn" value="<?=gettext("Show all configured leases"); ?>"/>
<?php endif; ?>
</form>
<?php if($leases == 0): ?>
OpenPOWER on IntegriCloud