summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_logs_auth.php
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2013-11-04 20:51:08 +0000
committerColin Fleming <cj_fleming@sky.com>2013-11-04 20:51:08 +0000
commit1bc95a31c175bde268ed3e23e93a0ed20eeeb933 (patch)
treecf6d4099963630da9a3cd3cfe3d295fd0accbbe2 /usr/local/www/diag_logs_auth.php
parent8a0ae97fa0e249aa13538103e662aa6191ebde65 (diff)
downloadpfsense-1bc95a31c175bde268ed3e23e93a0ed20eeeb933.zip
pfsense-1bc95a31c175bde268ed3e23e93a0ed20eeeb933.tar.gz
Tidy up "diag_logs_auth.php" XHTML
Add SUMMARY to table statements Close BR and INPUT statements Move close FORM into table cell
Diffstat (limited to 'usr/local/www/diag_logs_auth.php')
-rwxr-xr-xusr/local/www/diag_logs_auth.php11
1 files changed, 5 insertions, 6 deletions
diff --git a/usr/local/www/diag_logs_auth.php b/usr/local/www/diag_logs_auth.php
index 8d1b3ae..d34bd24 100755
--- a/usr/local/www/diag_logs_auth.php
+++ b/usr/local/www/diag_logs_auth.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 captive portal">
<tr><td>
<?php
$tab_array = array();
@@ -80,20 +80,19 @@ 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("Last %s Portal Auth log entries"),$nentries);?></td>
</tr>
<?php dump_clog($portal_logfile, $nentries, true); ?>
- <tr><td><br><form action="diag_logs_auth.php" method="post">
- <input name="clear" type="submit" class="formbtn" value="<?= gettext("Clear log"); ?>"></td></tr>
+ <tr><td><br/><form action="diag_logs_auth.php" method="post">
+ <input name="clear" type="submit" class="formbtn" value="<?= gettext("Clear log"); ?>"/></form></td></tr>
</table>
</div>
- </form>
</td>
</tr>
</table>
<?php include("fend.inc"); ?>
</body>
-</html>
+</html> \ No newline at end of file
OpenPOWER on IntegriCloud