summaryrefslogtreecommitdiffstats
path: root/usr/local/www/load_balancer_monitor.php
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2014-04-18 23:01:42 +0100
committerColin Fleming <cj_fleming@sky.com>2014-04-18 23:01:42 +0100
commit835d6d5c41d7e026d486c2f883724183f018f79f (patch)
treef45f2309eb82f34d2dd4182049f04000977fb2de /usr/local/www/load_balancer_monitor.php
parent928dc66a4341eeb7d84d79d7a331462107863170 (diff)
downloadpfsense-835d6d5c41d7e026d486c2f883724183f018f79f.zip
pfsense-835d6d5c41d7e026d486c2f883724183f018f79f.tar.gz
Tidy up "load_balancer_monitor" XHTML
Add SUMMARY to tables Update PHP shorthamd Move "fbegin.inc" between BODY and SCRIPT Add CDATA section to scripts Close INPUT tags Update HTML Boolean operators Add missing opening and closing TD tags Remove duplicate closing TD tag and add missing closing TR tag
Diffstat (limited to 'usr/local/www/load_balancer_monitor.php')
-rw-r--r--usr/local/www/load_balancer_monitor.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/load_balancer_monitor.php b/usr/local/www/load_balancer_monitor.php
index bcddec3..79f06ee 100644
--- a/usr/local/www/load_balancer_monitor.php
+++ b/usr/local/www/load_balancer_monitor.php
@@ -96,10 +96,10 @@ include("head.inc");
<form action="load_balancer_monitor.php" method="post">
<?php if ($input_errors) print_input_errors($input_errors); ?>
<?php if ($savemsg) print_info_box($savemsg); ?>
-<?php if (is_subsystem_dirty('loadbalancer')): ?><p>
+<?php if (is_subsystem_dirty('loadbalancer')): ?><br/>
<?php print_info_box_np(gettext("The load balancer configuration has been changed") . ".<br />" . gettext("You must apply the changes in order for them to take effect."));?><br />
<?php endif; ?>
-<table width="100%" border="0" cellpadding="0" cellspacing="0">
+<table width="100%" border="0" cellpadding="0" cellspacing="0" summary="load balancer monitor">
<tr><td class="tabnavtbl">
<?php
/* active tabs */
@@ -114,7 +114,7 @@ include("head.inc");
<tr>
<td>
<div id="mainarea">
-<?
+<?php
$t = new MainTable();
$t->edit_uri('load_balancer_monitor_edit.php');
$t->my_uri('load_balancer_monitor.php');
OpenPOWER on IntegriCloud