summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-05-28 17:00:40 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-05-28 17:00:40 -0300
commit0e1a4b556613e6023b67cae495d0f0a4220e2e5a (patch)
tree516f666334efed4edc8e084adf6bb641a938f0b6
parente2935a75ac04dd1fa57bdeb20b016c029e07df2a (diff)
parent2a74f9d78ec7f1d042c46c26c2966b79843a4f72 (diff)
downloadpfsense-0e1a4b556613e6023b67cae495d0f0a4220e2e5a.zip
pfsense-0e1a4b556613e6023b67cae495d0f0a4220e2e5a.tar.gz
Merge pull request #1210 from ExolonDX/branch_master_02
-rw-r--r--usr/local/www/diag_logs_dhcp.php2
-rw-r--r--usr/local/www/diag_logs_settings.php1
-rw-r--r--usr/local/www/status_gateways.php3
-rw-r--r--usr/local/www/status_lb_vs.php2
4 files changed, 5 insertions, 3 deletions
diff --git a/usr/local/www/diag_logs_dhcp.php b/usr/local/www/diag_logs_dhcp.php
index 9436cd3..8a6f2e1 100644
--- a/usr/local/www/diag_logs_dhcp.php
+++ b/usr/local/www/diag_logs_dhcp.php
@@ -92,7 +92,7 @@ include("head.inc");
</tr>
<?php dump_clog($dhcpd_logfile, $nentries); ?>
<tr><td><br /><form action="diag_logs_dhcp.php" method="post">
- <input name="clear" type="submit" class="formbtn" value="<?= gettext("Clear log");?>" /></form</td>
+ <input name="clear" type="submit" class="formbtn" value="<?= gettext("Clear log");?>" /></form></td>
<td>NOTE: Clearing the log file will restart the DHCP daemon.</td></tr>
</table>
</div>
diff --git a/usr/local/www/diag_logs_settings.php b/usr/local/www/diag_logs_settings.php
index dc6d1c8..71d3a34 100644
--- a/usr/local/www/diag_logs_settings.php
+++ b/usr/local/www/diag_logs_settings.php
@@ -431,6 +431,7 @@ function check_everything() {
<tr>
<td>&nbsp;</td>
<td><?=gettext("IP addresses of remote syslog servers, or an IP:port.");?></td>
+ </tr>
</table>
</td>
</tr>
diff --git a/usr/local/www/status_gateways.php b/usr/local/www/status_gateways.php
index 553a58c..858a179 100644
--- a/usr/local/www/status_gateways.php
+++ b/usr/local/www/status_gateways.php
@@ -152,7 +152,8 @@ include("head.inc");
<?php } ?>
</table>
</div>
- </table>
+</td></tr>
+</table>
<?php include("fend.inc"); ?>
</body>
diff --git a/usr/local/www/status_lb_vs.php b/usr/local/www/status_lb_vs.php
index 814b924..5ea0af4 100644
--- a/usr/local/www/status_lb_vs.php
+++ b/usr/local/www/status_lb_vs.php
@@ -117,7 +117,7 @@ include("head.inc");
$rdr_a[$vsent['name']]['status'] = 'Unknown - relayd not running?';
}
?>
- <td class="listr" nowrap>
+ <td class="listr nowrap">
<table border="0" cellpadding="3" cellspacing="2" summary="status">
<tr><td bgcolor="<?=$bgcolor?>"><?=$rdr_a[$vsent['name']]['status']?> </td></tr>
</table>
OpenPOWER on IntegriCloud