aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-10-14 00:48:43 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-10-14 00:48:43 -0400
commite4c80710775d6cea53548086a26e7d1d8e08ba09 (patch)
tree1ae78effe81fd5172901dfa36ed35e439f73c4d0
parent60cbd71ec523605f09c41fb555c68a52b8a74031 (diff)
downloadpfsense-packages-e4c80710775d6cea53548086a26e7d1d8e08ba09.tar.gz
pfsense-packages-e4c80710775d6cea53548086a26e7d1d8e08ba09.tar.bz2
pfsense-packages-e4c80710775d6cea53548086a26e7d1d8e08ba09.zip
Add 1 to colspan
-rwxr-xr-xconfig/haproxy/haproxy_backends.php2
-rwxr-xr-xconfig/haproxy/haproxy_backends_edit.php11
2 files changed, 7 insertions, 6 deletions
diff --git a/config/haproxy/haproxy_backends.php b/config/haproxy/haproxy_backends.php
index 4f50c337..bc93d388 100755
--- a/config/haproxy/haproxy_backends.php
+++ b/config/haproxy/haproxy_backends.php
@@ -131,7 +131,7 @@ include("head.inc");
</tr>
<?php $i++; endforeach; ?>
<tr>
- <td class="list" colspan="3"></td>
+ <td class="list" colspan="4"></td>
<td class="list">
<table border="0" cellspacing="0" cellpadding="1">
<tr>
diff --git a/config/haproxy/haproxy_backends_edit.php b/config/haproxy/haproxy_backends_edit.php
index 9c172aa2..6763a3bd 100755
--- a/config/haproxy/haproxy_backends_edit.php
+++ b/config/haproxy/haproxy_backends_edit.php
@@ -582,11 +582,6 @@ set by the 'retries' parameter (2).</div>
</a><br/>
Fore more information about ACL's please see <a href='http://haproxy.1wt.eu/download/1.3/doc/configuration.txt' target='_new'>HAProxy Documentation</a> Section 7 - Using ACL's
</td>
- <tr>
- <td colspan='3'>
- <span class="vexpl">NOTE: You must add a firewall rule permitting access to this backend!</span>
- </td>
- </tr>
</tr>
<tr align="left">
<td width="22%" valign="top">&nbsp;</td>
@@ -597,6 +592,12 @@ set by the 'retries' parameter (2).</div>
<?php endif; ?>
</td>
</tr>
+ <tr>
+ <br/>&nbsp;<br/>
+ <td colspan='3'>
+ <span class="vexpl">NOTE: You must add a firewall rule permitting access to this backend!</span>
+ </td>
+ </tr>
</table>
</form>
<br>