summaryrefslogtreecommitdiffstats
path: root/usr/local/www/load_balancer_pool.php
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2014-04-18 22:48:48 +0100
committerColin Fleming <cj_fleming@sky.com>2014-04-18 22:48:48 +0100
commit0e7aea24ca29d59ddbfde63569e95f95fa3c2c66 (patch)
treeb0ba09d3536da60dfc8fe4ad4bff16b1befac412 /usr/local/www/load_balancer_pool.php
parent928dc66a4341eeb7d84d79d7a331462107863170 (diff)
downloadpfsense-0e7aea24ca29d59ddbfde63569e95f95fa3c2c66.zip
pfsense-0e7aea24ca29d59ddbfde63569e95f95fa3c2c66.tar.gz
Tidy up "load_balancer_pool" XHTML
Add SUMMARY to tables Update PHP shorthand Move "fbegin.inc" include between BODY and SCRIPT Add CDATA section to scripts Close INPUT tags Update HTML Boolean operators Move SELECT tag into the PHP IF statement
Diffstat (limited to 'usr/local/www/load_balancer_pool.php')
-rw-r--r--usr/local/www/load_balancer_pool.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/load_balancer_pool.php b/usr/local/www/load_balancer_pool.php
index 7352c00..6358ac4 100644
--- a/usr/local/www/load_balancer_pool.php
+++ b/usr/local/www/load_balancer_pool.php
@@ -105,10 +105,10 @@ include("head.inc");
<form action="load_balancer_pool.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(sprintf(gettext("The load balancer configuration has been changed%sYou must apply the changes in order for them to take effect."), "<br />"));?><br />
<?php endif; ?>
-<table width="100%" border="0" cellpadding="0" cellspacing="0">
+<table width="100%" border="0" cellpadding="0" cellspacing="0" summary="load balancer pools">
<tr><td class="tabnavtbl">
<?php
/* active tabs */
@@ -123,7 +123,7 @@ include("head.inc");
<tr>
<td>
<div id="mainarea">
-<?
+<?php
$t = new MainTable();
$t->edit_uri('load_balancer_pool_edit.php');
$t->my_uri('load_balancer_pool.php');
OpenPOWER on IntegriCloud