summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_dns.php
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2014-06-03 12:52:15 +0100
committerColin Fleming <cj_fleming@sky.com>2014-06-03 12:52:15 +0100
commite6f98d5b74904542c2bd457b6c935d6899673f02 (patch)
tree4727555385fba1c7634103326008a64f5530869f /usr/local/www/diag_dns.php
parented10564bfe664e0c4723217cded9e134b9d82a08 (diff)
downloadpfsense-e6f98d5b74904542c2bd457b6c935d6899673f02.zip
pfsense-e6f98d5b74904542c2bd457b6c935d6899673f02.tar.gz
Tidy up "diag_dns.php" XHTML
Move the "=" sign into the first table cell, this allows the output to line up in the second cell, Tidy up the table from the "resolution time" output.
Diffstat (limited to 'usr/local/www/diag_dns.php')
-rw-r--r--usr/local/www/diag_dns.php18
1 files changed, 9 insertions, 9 deletions
diff --git a/usr/local/www/diag_dns.php b/usr/local/www/diag_dns.php
index e00a6fc..fcdd330 100644
--- a/usr/local/www/diag_dns.php
+++ b/usr/local/www/diag_dns.php
@@ -186,11 +186,11 @@ include("head.inc"); ?>
<?=$mandfldhtml;?>
<table summary="results">
<tr><td valign="top">
- <input name="host" type="text" class="formfld" id="host" size="20" value="<?=htmlspecialchars($host);?>" />
+ <input name="host" type="text" class="formfld" id="host" size="20" value="<?=htmlspecialchars($host);?>" /> =
</td>
<td>
<?php if ($resolved && $type) { ?>
- = <font size="+1">
+ <font size="+1">
<?php
$found = 0;
if(is_array($resolved)) {
@@ -224,13 +224,13 @@ include("head.inc"); ?>
<tr>
<td width="22%" valign="top" class="vncell"><?=gettext("Resolution time per server");?></td>
<td width="78%" class="vtable">
- <table width="170" border="1" cellpadding="2" style="border-width: 1px 1px 1px 1px; border-collapse: collapse;" summary="resolution time">
+ <table width="170" border="0" cellpadding="6" cellspacing="0" summary="resolution time">
<tr>
- <td>
- <b><?=gettext("Server");?></b>
+ <td class="listhdrr">
+ <?=gettext("Server");?>
</td>
- <td>
- <b><?=gettext("Query time");?></b>
+ <td class="listhdrr">
+ <?=gettext("Query time");?>
</td>
</tr>
<?php
@@ -238,10 +238,10 @@ include("head.inc"); ?>
foreach($dns_speeds as $qt):
?>
<tr>
- <td>
+ <td class="listlr">
<?=$qt['dns_server']?>
</td>
- <td>
+ <td class="listr">
<?=$qt['query_time']?>
</td>
</tr>
OpenPOWER on IntegriCloud