summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-07 21:01:00 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-07 21:01:00 +0000
commit05860c07c69126a1e8ac42e643cf1b29db43c10a (patch)
tree4ed9b0568fc0421985525efb1e87b9c0255678ba /usr
parente3ed7eec26502bfbaa3e2b91f5b95639332e9b9b (diff)
downloadpfsense-05860c07c69126a1e8ac42e643cf1b29db43c10a.zip
pfsense-05860c07c69126a1e8ac42e643cf1b29db43c10a.tar.gz
Increase colspan by 1.
Pointed-out-by: databestje
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/firewall_rules.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/firewall_rules.php b/usr/local/www/firewall_rules.php
index 187bc10..7090b29 100755
--- a/usr/local/www/firewall_rules.php
+++ b/usr/local/www/firewall_rules.php
@@ -287,7 +287,7 @@ include("head.inc");
<?php if ($nrules == 0): ?>
<td class="listt"></td>
<td class="listt"></td>
- <td class="listlr" colspan="6" align="center" valign="middle">
+ <td class="listlr" colspan="7" align="center" valign="middle">
<span class="gray">
No rules are currently defined for this interface.<br>
All incoming connections on this interface will be blocked until you add pass rules.<br><br>
@@ -350,7 +350,7 @@ include("head.inc");
<td nowrap>log (disabled)</td>
</tr>
<tr>
- <td colspan="9">
+ <td colspan="10">
<p>
<strong><span class="red">Hint:<br>
</span></strong>Rules are evaluated on a first-match basis (i.e.
OpenPOWER on IntegriCloud