summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_logs_routing.php
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2013-11-04 21:12:08 +0000
committerColin Fleming <cj_fleming@sky.com>2013-11-04 21:12:08 +0000
commita2f86379bfe45671bb9d31291339f94be16a52a6 (patch)
tree0111d4e99d910792e03ac22d0421c07368ed5bfb /usr/local/www/diag_logs_routing.php
parent8a0ae97fa0e249aa13538103e662aa6191ebde65 (diff)
downloadpfsense-a2f86379bfe45671bb9d31291339f94be16a52a6.zip
pfsense-a2f86379bfe45671bb9d31291339f94be16a52a6.tar.gz
Tidy up "diag_logs_routing.php" XHTML
Add SUMMARY to table statements Close BR and INPUT statements Move closing FORM statement into table cell
Diffstat (limited to 'usr/local/www/diag_logs_routing.php')
-rw-r--r--usr/local/www/diag_logs_routing.php9
1 files changed, 4 insertions, 5 deletions
diff --git a/usr/local/www/diag_logs_routing.php b/usr/local/www/diag_logs_routing.php
index 57c6561..0adc9fa 100644
--- a/usr/local/www/diag_logs_routing.php
+++ b/usr/local/www/diag_logs_routing.php
@@ -59,7 +59,7 @@ include("head.inc");
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php include("fbegin.inc"); ?>
-<table width="100%" border="0" cellpadding="0" cellspacing="0">
+<table width="100%" border="0" cellpadding="0" cellspacing="0" summary="logs system routing">
<tr><td>
<?php
$tab_array = array();
@@ -92,17 +92,16 @@ include("head.inc");
<tr>
<td>
<div id="mainarea">
- <table class="tabcont" width="100%" border="0" cellspacing="0" cellpadding="0">
+ <table class="tabcont" width="100%" border="0" cellspacing="0" cellpadding="0" summary="main area">
<tr>
<td colspan="2" class="listtopic">
<?php printf(gettext("Routing daemon log entries"),$nentries);?></td>
</tr>
<?php dump_clog($routing_logfile, $nentries); ?>
- <tr><td><br><form action="diag_logs_routing.php" method="post">
-<input name="clear" type="submit" class="formbtn" value="<?=gettext("Clear log"); ?>"></td></tr>
+ <tr><td><br/><form action="diag_logs_routing.php" method="post">
+<input name="clear" type="submit" class="formbtn" value="<?=gettext("Clear log"); ?>" /></form></td></tr>
</table>
</div>
-</form>
</td>
</tr>
</table>
OpenPOWER on IntegriCloud